mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-26 12:34:19 +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
|
#!/usr/bin/env sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
TMP=$(mktemp pirate-get-XXX)
|
TMP=$(mktemp pirate-get-XXXXXX)
|
||||||
|
|
||||||
{
|
{
|
||||||
if [ $(which python2.7) ]
|
if [ $(which python2.7) ]
|
||||||
|
Loading…
Reference in New Issue
Block a user