]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
make our autogen.sh work on ksh as well as bash
authorRoger Dingledine <arma@torproject.org>
Mon, 1 Nov 2004 06:40:49 +0000 (06:40 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 1 Nov 2004 06:40:49 +0000 (06:40 +0000)
svn:r2635

autogen.sh

index 92239bf3fc25d477d4c64c090bfabf6a5bc01705..354d71433a013139285dc3d234053584c13ceab2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
-aclocal &&
-       autoheader &&
-       autoconf &&
-       automake --add-missing --copy &&
+aclocal && \
+       autoheader && \
+       autoconf && \
+       automake --add-missing --copy && \
        ./configure