From e2be6f0afffeab1f5125bdff5f96cdd1e1aac4ae Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Mon, 26 Apr 1999 10:48:59 +0000 Subject: [PATCH] Remove unnecessary character quote From-SVN: r26645 --- gcc/fixinc/inclhack.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fixinc/inclhack.tpl b/gcc/fixinc/inclhack.tpl index b221ee5..c2b3b51 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 } -- 2.7.4