From f530d6e4deceb8536c458bb4e298f15333256959 Mon Sep 17 00:00:00 2001 From: Zic Date: Sat, 23 Dec 2017 22:36:13 +0800 Subject: [PATCH] Change the slash of build.sh --- build/script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/script/build.sh b/build/script/build.sh index cb51a2f..d544c08 100644 --- a/build/script/build.sh +++ b/build/script/build.sh @@ -39,7 +39,7 @@ echo "build tank ..." go install tank echo "packaging..." -distPath="$GOPATH\src\tank\dist" +distPath="$GOPATH/src/tank/dist" # if a directory if [ ! -d $distPath ] ; then