Whamcloud - gitweb
Branch b1_4
authorscjody <scjody>
Tue, 10 Oct 2006 16:51:57 +0000 (16:51 +0000)
committerscjody <scjody>
Tue, 10 Oct 2006 16:51:57 +0000 (16:51 +0000)
b=11048
r=brian

Fix infinite loop when used with newer bash version (3.1.17)

autogen.sh

index 3920385..a32c3f8 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec sh build/autogen.sh $@ 
+exec bash build/autogen.sh $@