Use the short flag for better cross-platform support
This commit is contained in:
parent
1c2929cd84
commit
b384361cd2
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
|
|
||||||
cd `mktemp --directory`
|
cd `mktemp -d`
|
||||||
|
|
||||||
# We just download the bootstrap script by default and execute that.
|
# We just download the bootstrap script by default and execute that.
|
||||||
if [ -x /usr/bin/fetch ]; then
|
if [ -x /usr/bin/fetch ]; then
|
||||||
|
|
Loading…
Reference in New Issue