diff options
-rwxr-xr-x | gcc/fixinc/mkfixinc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh index c0811aaf2e9..863623c77dd 100755 --- a/gcc/fixinc/mkfixinc.sh +++ b/gcc/fixinc/mkfixinc.sh @@ -107,8 +107,8 @@ fi if test -f "$fixincludes" then - echo copying $fixincludes to $dest - cp $fixincludes $dest + echo copying $fixincludes to ../fixinc.sh + cp $fixincludes ../fixinc.sh exit 0 fi |