We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f70b5c commit 1d3e539Copy full SHA for 1d3e539
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh -eu
2
{ set +x; } 2>/dev/null
3
-SOURCE="${BASH_SOURCE[0]}"
+SOURCE=$0
4
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
5
6
OS="Mac"
pack.sh
test.sh
0 commit comments