Change the slash of build.sh

This commit is contained in:
Zic
2017-12-23 22:36:13 +08:00
parent 4d0f6f3b36
commit f530d6e4de

View File

@ -39,7 +39,7 @@ echo "build tank ..."
go install tank go install tank
echo "packaging..." echo "packaging..."
distPath="$GOPATH\src\tank\dist" distPath="$GOPATH/src/tank/dist"
# if a directory # if a directory
if [ ! -d $distPath ] ; then if [ ! -d $distPath ] ; then