mirror of
https://github.com/powerline/powerline.git
synced 2025-07-30 17:25:28 +02:00
Also have uname in $PATH
Travis uses Ubuntu, Ubuntu is debian-based and debian uses dash as /bin/sh, so $OSTYPE is not available. .
This commit is contained in:
parent
aaf52c92c5
commit
f0f6efcdbb
@ -216,6 +216,7 @@ ln -s "$(which mktemp)" tests/shell/path
|
|||||||
ln -s "$(which grep)" tests/shell/path
|
ln -s "$(which grep)" tests/shell/path
|
||||||
ln -s "$(which sed)" tests/shell/path
|
ln -s "$(which sed)" tests/shell/path
|
||||||
ln -s "$(which rm)" tests/shell/path
|
ln -s "$(which rm)" tests/shell/path
|
||||||
|
ln -s "$(which uname)" tests/shell/path
|
||||||
ln -s ../../test_shells/bgscript.sh tests/shell/path
|
ln -s ../../test_shells/bgscript.sh tests/shell/path
|
||||||
ln -s ../../test_shells/waitpid.sh tests/shell/path
|
ln -s ../../test_shells/waitpid.sh tests/shell/path
|
||||||
if which socat ; then
|
if which socat ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user