From: scjody Date: Tue, 10 Oct 2006 16:51:57 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: 1.4.10~234 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=658cf7b268a360339f53405ced92140d1ddc1621;p=fs%2Flustre-release.git Branch b1_4 b=11048 r=brian Fix infinite loop when used with newer bash version (3.1.17) --- diff --git a/autogen.sh b/autogen.sh index 3920385..a32c3f8 100644 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec sh build/autogen.sh $@ +exec bash build/autogen.sh $@