Don't use bash syntax pointlessly. Fixes this to work under real /bin/sh.

http://bugzilla.gnome.org/show_bug.cgi?id=578195
This commit is contained in:
Dan Winship 2009-04-07 09:37:29 -04:00
parent 0857377f82
commit 3c7f378e2f

View File

@ -1,6 +1,6 @@
#!/bin/sh
(cd $(dirname $0);
(cd `dirname $0`;
touch ChangeLog NEWS &&
autoreconf --install --symlink &&
autoreconf &&