diff options
Diffstat (limited to 'gnu/lib/libiberty/install-sh')
-rw-r--r-- | gnu/lib/libiberty/install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libiberty/install-sh b/gnu/lib/libiberty/install-sh index e9de23842dc..59bcde425aa 100644 --- a/gnu/lib/libiberty/install-sh +++ b/gnu/lib/libiberty/install-sh @@ -221,7 +221,7 @@ else # Make a temp file name in the proper directory. - dsttmp=$dstdir/#inst.$$# + dsttmp=$dstdir/_inst.$$_ # Move or copy the file name to the temp name |