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 b221ee5..c2b3b51 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
   }