소스 검색

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

svn:r2635
Roger Dingledine 20 년 전
부모
커밋
3e03602b9f
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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