8000
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 48effd2 commit 78f95abCopy full SHA for 78f95ab
build.sh
@@ -2,8 +2,9 @@
2
set -e
3
HTML_GIT_CLONE_OPTIONS=${HTML_GIT_CLONE_OPTIONS:-"--depth 1"}
4
5
-# Absolute path to the directory containing this script
6
-DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
+# cd to the directory containing this script
+cd "$( dirname "${BASH_SOURCE[0]}" )"
7
+DIR=$(pwd)
8
9
DO_UPDATE=true
10
VERBOSE=false
0 commit comments