We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ROOT_DIR
build.sh
1 parent ba140db commit a126b34Copy full SHA for a126b34
scripts/travis/build.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-readonly THIS_DIR=$(cd $(dirname $0); pwd)
+readonly THIS_DIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd)
6
readonly ROOT_DIR="$THIS_DIR/../.."
7
8
export BROWSER_STACK_ACCESS_KEY
0 commit comments