Skip to content

Commit

Permalink
Merge pull request #74 from v4hn/rename-tmpfiles
Browse files Browse the repository at this point in the history
rename tempfiles
  • Loading branch information
Stefan Wold committed Nov 16, 2013
2 parents f9c998d + 3aa3f74 commit 8f0c892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/temp.lunar
Expand Up @@ -21,7 +21,7 @@ temp_create() {
local TMPFILE
debug_msg "temp_create ($@)"
TMPFILE="$@"
if TMPFILE=$(mktemp -p "$TMPDIR" -t lunar.`basename $0`.$$.$TMPFILE.XXXXXXXXXX ) ; then
if TMPFILE=$(mktemp -p "$TMPDIR" -t lunar.`basename $0`.$TMPFILE.$$.XXXXXXXXXX ) ; then
echo $TMPFILE
else
message "${PROBLEM_COLOR}ERROR:${DEFAULT_COLOR}" \
Expand Down

0 comments on commit 8f0c892

Please sign in to comment.