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 a28dcbb commit 265ef8cCopy full SHA for 265ef8c
build.sh
@@ -3,7 +3,7 @@ export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
3
pgm="${0##*/}" # Program basename
4
progdir="${0%/*}" # Program directory
5
workdir=$( realpath ${progdir} ) # realpath dir
6
-cd ${proddir}
+cd ${workdir}
7
8
# Check go install
9
if [ -z "$( which go )" ]; then
0 commit comments