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 }