From: Bruce Korb Date: Mon, 26 Apr 1999 11:13:37 +0000 (+0000) Subject: Regenerate X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1912ba9d8c8b295a1c8526f9fada1613cc3bfd60;p=gcc.git Regenerate From-SVN: r26647 --- diff --git a/gcc/fixinc/fixincl.sh b/gcc/fixinc/fixincl.sh index 85beec90e86..2835d46f8f5 100755 --- a/gcc/fixinc/fixincl.sh +++ b/gcc/fixinc/fixincl.sh @@ -48,7 +48,7 @@ if [ ! -d $LIB ]; then exit 1 } else - ( \cd $LIB && touch DONE && rm DONE ) || { + ( cd $LIB && touch DONE && rm DONE ) || { echo fixincludes: output dir '`'$LIB"' is an invalid directory" exit 1 } diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index 52ba263db53..0b5fc3eec2b 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -48,7 +48,7 @@ if [ ! -d $LIB ]; then exit 1 } else - ( \cd $LIB && touch DONE && rm DONE ) || { + ( cd $LIB && touch DONE && rm DONE ) || { echo fixincludes: output dir '`'$LIB"' is an invalid directory" exit 1 }