mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 05:38:52 +08:00
Remove unnecessary character quote
From-SVN: r26645
This commit is contained in:
parent
d1c6a037a2
commit
e2be6f0aff
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user