]> arthur.barton.de Git - netatalk.git/blobdiff - bootstrap
Spelling fix in log message: continous -> continuous
[netatalk.git] / 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