Remove unnecessary character quote

From-SVN: r26645
This commit is contained in:
Bruce Korb 1999-04-26 10:48:59 +00:00
parent d1c6a037a2
commit e2be6f0aff
1 changed files with 1 additions and 1 deletions

View 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
}