mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 23:09:46 +08:00
Regenerate
From-SVN: r26647
This commit is contained in:
parent
2a0818584f
commit
1912ba9d8c
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user