diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-26 11:13:37 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-26 11:13:37 +0000 |
commit | b411809558f4cccd9012f544d109f2e7ba7582b7 (patch) | |
tree | 34c90318872e0e9d2d407028e002211d04d3384e /gcc/fixinc/inclhack.sh | |
parent | e4b9e1babd34d898820b5d5cdc72fe2e530425f2 (diff) | |
download | ppe42-gcc-b411809558f4cccd9012f544d109f2e7ba7582b7.tar.gz ppe42-gcc-b411809558f4cccd9012f544d109f2e7ba7582b7.zip |
Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26647 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/inclhack.sh')
-rwxr-xr-x | gcc/fixinc/inclhack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index 52ba263db53..0b5fc3eec2b 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -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 } |