Skip to content

Commit

Permalink
#16 template for mktemp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Mar 28, 2016
1 parent e303ee4 commit 9e87b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rultor/encrypt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def unix(source, target)
echo \"file already exists: ${asc}\"
exit -1
fi
tmp=$(mktemp)
tmp=$(mktemp -t rultor-XXXX)
rm -f \"${tmp}\"
gpg --version
gpg --symmetric --armor --verbose --batch --no-tty \
Expand Down

0 comments on commit 9e87b12

Please sign in to comment.