From: Dan Gohman Date: Tue, 24 Mar 2009 20:21:37 +0000 (+0000) Subject: Fix bash-isms. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9f16bcb59f72b95398ff8990a55e8a2f8d5b4bfc;p=oota-llvm.git Fix bash-isms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67647 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/sample/autoconf/AutoRegen.sh b/projects/sample/autoconf/AutoRegen.sh index c9cc905cd09..7c04715cdf4 100755 --- a/projects/sample/autoconf/AutoRegen.sh +++ b/projects/sample/autoconf/AutoRegen.sh @@ -25,11 +25,11 @@ elif test -d ../../llvm/autoconf/m4 ; then else while true ; do echo "LLVM source root not found." - read -p "Enter full path to LLVM source:" + read -p "Enter full path to LLVM source:" REPLY if test -d "$REPLY/autoconf/m4" ; then llvm_src_root="$REPLY" llvm_m4="$REPLY/autoconf/m4" - read -p "Enter full path to LLVM objects (empty for same as source):" + read -p "Enter full path to LLVM objects (empty for same as source):" REPLY if test -d "$REPLY" ; then llvm_obj_root="$REPLY" else