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
|
||||
|
||||
(cd $(dirname $0);
|
||||
(cd `dirname $0`;
|
||||
touch ChangeLog NEWS &&
|
||||
autoreconf --install --symlink &&
|
||||
autoreconf &&
|
||||
|
Loading…
Reference in New Issue
Block a user