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:
parent
0857377f82
commit
3c7f378e2f
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
(cd $(dirname $0);
|
(cd `dirname $0`;
|
||||||
touch ChangeLog NEWS &&
|
touch ChangeLog NEWS &&
|
||||||
autoreconf --install --symlink &&
|
autoreconf --install --symlink &&
|
||||||
autoreconf &&
|
autoreconf &&
|
||||||
|
Loading…
Reference in New Issue
Block a user