1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

Fixed install script. mktemp required 6 'Xs' to work.

from AFriemann (blindworm ?)
This commit is contained in:
Viktor Stanchev 2014-04-16 15:34:16 -04:00
parent 12d4d58f1a
commit 2bc33aeb2b

View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -e
TMP=$(mktemp pirate-get-XXX)
TMP=$(mktemp pirate-get-XXXXXX)
{
if [ $(which python2.7) ]