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:
parent
12d4d58f1a
commit
2bc33aeb2b
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
TMP=$(mktemp pirate-get-XXX)
|
||||
TMP=$(mktemp pirate-get-XXXXXX)
|
||||
|
||||
{
|
||||
if [ $(which python2.7) ]
|
||||
|
Loading…
Reference in New Issue
Block a user