Regenerate
authorBruce Korb <korbb@gcc.gnu.org>
Mon, 26 Apr 1999 11:13:37 +0000 (11:13 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 26 Apr 1999 11:13:37 +0000 (11:13 +0000)
From-SVN: r26647

gcc/fixinc/fixincl.sh
gcc/fixinc/inclhack.sh

index 85beec90e860561cba8e6c1a92af8e602ee98c39..2835d46f8f54ebe1cd95354d135ef6a1104f87d7 100755 (executable)
@@ -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
   }
index 52ba263db53753d6e98a8c448c71e89b2c5df373..0b5fc3eec2be3989b83d9547d2252ac4a8828a5f 100755 (executable)
@@ -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
   }