We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3624e commit c673ab4Copy full SHA for c673ab4
1 file changed
virtualenvwrapper.sh
@@ -91,7 +91,8 @@ virtualenvwrapper_verify_workon_home () {
91
92
# Expects 1 argument, the suffix for the new file.
93
virtualenvwrapper_tempfile () {
94
- mktemp "virtualenvwrapper-XXXXXX-$1"
+ # Note: the 'X's must come last
95
+ mktemp "virtualenvwrapper-$1-XXXXXX"
96
}
97
98
# Run the hooks
0 commit comments