Browse Source

Fix a little bug in the build shell.

master
Zic 8 years ago
parent
commit
4d0f6f3b36
  1. 1
      build/script/build.sh

1
build/script/build.sh

@ -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"

Loading…
Cancel
Save