]> arthur.barton.de Git - netatalk.git/commitdiff
Don't run configure from bootstrap
authorfranklahm <franklahm>
Thu, 26 Nov 2009 14:24:06 +0000 (14:24 +0000)
committerfranklahm <franklahm>
Thu, 26 Nov 2009 14:24:06 +0000 (14:24 +0000)
bootstrap

index 2d871d82c678b54d1fcc7118357320da5d215dad..1cd523f23a9a372920f744dbca39027a4601dd2c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -19,7 +19,7 @@ autoconf || exit 1
 # this feature.  It's not there at the moment, so I'm changing the
 # configure call.
 # And sometimes I don't want this to run.
-[ -z "$NOEXECCONFIGURE" ] && ./configure "$@"
+[ -z "$NOEXECCONFIGURE" ] && ./configure "$@"
 
 # Let's not fall off the end...
 exit 0