Remove unnecessary character quote
authorBruce Korb <korbb@gcc.gnu.org>
Mon, 26 Apr 1999 10:48:59 +0000 (10:48 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 26 Apr 1999 10:48:59 +0000 (10:48 +0000)
From-SVN: r26645

gcc/fixinc/inclhack.tpl

index b221ee56855a332eb02f896f7bceea757ee8b90a..c2b3b513f30d45e34750d40460b1b37b4cc719cd 100644 (file)
@@ -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
   }