Fix a little bug in the build shell.

This commit is contained in:
Zic 2017-12-23 22:28:53 +08:00
parent 81434a2a50
commit 4d0f6f3b36

View File

@ -41,7 +41,6 @@ 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
echo "clear $distPath" echo "clear $distPath"