Commit e2be6f0a by Bruce Korb

Remove unnecessary character quote

From-SVN: r26645
parent d1c6a037
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment