Skip to content

Commit 8a5ecfd

Browse files
committed
include a date value in the filename
1 parent 3525bc7 commit 8a5ecfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ virtualenvwrapper_tempfile () {
8080
$VIRTUALENVWRAPPER_PYTHON -c "import tempfile; print tempfile.NamedTemporaryFile(prefix='virtualenvwrapper.').name"
8181
if [ $? -ne 0 ]
8282
then
83-
echo "${TMPDIR:-/tmp}/virtualenvwrapper.$$"
83+
echo "${TMPDIR:-/tmp}/virtualenvwrapper.$$.`date +%s`"
8484
fi
8585
}
8686

0 commit comments

Comments
 (0)