Explorar o código

make our autogen.sh work on ksh as well as bash

svn:r2635
Roger Dingledine %!s(int64=20) %!d(string=hai) anos
pai
achega
3e03602b9f
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      autogen.sh

+ 4 - 4
autogen.sh

@@ -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