From: Bruce Korb Date: Mon, 26 Apr 1999 11:13:37 +0000 (+0000) Subject: Regenerate X-Git-Tag: prereleases/gcc-2.95-test~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1912ba9d8c8b295a1c8526f9fada1613cc3bfd60;p=thirdparty%2Fgcc.git Regenerate From-SVN: r26647 --- diff --git a/gcc/fixinc/fixincl.sh b/gcc/fixinc/fixincl.sh index 85beec90e860..2835d46f8f54 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 52ba263db537..0b5fc3eec2be 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 }