Skip to content

Commit 265ef8c

Browse files
author
Ole
committed
fix
1 parent a28dcbb commit 265ef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
33
pgm="${0##*/}" # Program basename
44
progdir="${0%/*}" # Program directory
55
workdir=$( realpath ${progdir} ) # realpath dir
6-
cd ${proddir}
6+
cd ${workdir}
77

88
# Check go install
99
if [ -z "$( which go )" ]; then

0 commit comments

Comments
 (0)