From 1912ba9d8c8b295a1c8526f9fada1613cc3bfd60 Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Mon, 26 Apr 1999 11:13:37 +0000 Subject: [PATCH] Regenerate From-SVN: r26647 --- gcc/fixinc/fixincl.sh | 2 +- gcc/fixinc/inclhack.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.30.2