parent
48ad71142b
commit
3e8c4afb03
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ `uname` = "Darwin" ]; then
|
||||
export PATH="${TASKCLUSTER_TASK_DIR}/homebrew/opt/coreutils/libexec/gnubin:${PATH}"
|
||||
fi;
|
||||
export PATH="/Users/build-user/TaskCluster/Workdir/tasks/tc-workdir/homebrew/opt/coreutils/libexec/gnubin:${PATH}"
|
||||
fi
|
||||
|
||||
GIT_DIR="$(realpath "$(dirname "$(realpath "$0")")/../.git/")"
|
||||
if [ ! -d "${GIT_DIR}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user