summaryrefslogtreecommitdiff
path: root/vc
diff options
context:
space:
mode:
authorMarcus Huewe <suse-tux@gmx.de>2010-09-16 11:40:36 +0200
committerMarcus Huewe <suse-tux@gmx.de>2010-09-16 11:40:36 +0200
commit8a063605e156508eca889e1a3c25861540a99c62 (patch)
tree866903727d6c80136b8b28aa5e60e7806e3e6530 /vc
parentf4fad54d17d047e0a0ba8b547710ddd3d746daed (diff)
- use a more precise tmpfile name (so that osc can exclude vc tmpfiles)
Diffstat (limited to 'vc')
-rwxr-xr-xvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vc b/vc
index 7209d75..0bf8018 100755
--- a/vc
+++ b/vc
@@ -109,7 +109,7 @@ if [ ! -e "$changelog" ]; then
touch $changelog
fi
-tmpfile=`mktemp -q $changelog.XXXXXX`
+tmpfile=`mktemp -q $changelog.vctmp.XXXXXX`
if [ $? -ne 0 ]; then
echo "$0: Can't create temp file, exiting..."
exit 1