From: Bruce Korb Date: Mon, 26 Apr 1999 10:48:59 +0000 (+0000) Subject: Remove unnecessary character quote X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2be6f0afffeab1f5125bdff5f96cdd1e1aac4ae;p=gcc.git Remove unnecessary character quote From-SVN: r26645 --- diff --git a/gcc/fixinc/inclhack.tpl b/gcc/fixinc/inclhack.tpl index b221ee56855..c2b3b513f30 100644 --- a/gcc/fixinc/inclhack.tpl +++ b/gcc/fixinc/inclhack.tpl @@ -39,7 +39,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 }