Skip to content

Commit

Permalink
Don't use pound sign in temp file name since some systems don't like it.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Dec 4, 2007
1 parent be0c7b8 commit 60c3cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
# Make a temp file name in the proper directory.

dstdir=`dirname $dst`
dsttmp=$dstdir/#inst.$$#
dsttmp=$dstdir/_inst.$$_

# Move or copy the file name to the temp name

Expand Down

0 comments on commit 60c3cc0

Please sign in to comment.