Regenerate

From-SVN: r26647
This commit is contained in:
Bruce Korb 1999-04-26 11:13:37 +00:00
parent 2a0818584f
commit 1912ba9d8c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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