From 3c7f378e2f5281fc145521af719e234c3e6bcf28 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 7 Apr 2009 09:37:29 -0400 Subject: [PATCH] Don't use bash syntax pointlessly. Fixes this to work under real /bin/sh. http://bugzilla.gnome.org/show_bug.cgi?id=578195 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 6f856fb93..9fd4a8d7f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -(cd $(dirname $0); +(cd `dirname $0`; touch ChangeLog NEWS && autoreconf --install --symlink && autoreconf &&