Commit 1912ba9d by Bruce Korb

Regenerate

From-SVN: r26647
parent 2a081858
...@@ -48,7 +48,7 @@ if [ ! -d $LIB ]; then ...@@ -48,7 +48,7 @@ if [ ! -d $LIB ]; then
exit 1 exit 1
} }
else else
( \cd $LIB && touch DONE && rm DONE ) || { ( cd $LIB && touch DONE && rm DONE ) || {
echo fixincludes: output dir '`'$LIB"' is an invalid directory" echo fixincludes: output dir '`'$LIB"' is an invalid directory"
exit 1 exit 1
} }
......
...@@ -48,7 +48,7 @@ if [ ! -d $LIB ]; then ...@@ -48,7 +48,7 @@ if [ ! -d $LIB ]; then
exit 1 exit 1
} }
else else
( \cd $LIB && touch DONE && rm DONE ) || { ( cd $LIB && touch DONE && rm DONE ) || {
echo fixincludes: output dir '`'$LIB"' is an invalid directory" echo fixincludes: output dir '`'$LIB"' is an invalid directory"
exit 1 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