From 4d0f6f3b36641a82217488e49cd2bd31c20922b6 Mon Sep 17 00:00:00 2001 From: Zic Date: Sat, 23 Dec 2017 22:28:53 +0800 Subject: [PATCH] Fix a little bug in the build shell. --- build/script/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/script/build.sh b/build/script/build.sh index b3097bc..cb51a2f 100644 --- a/build/script/build.sh +++ b/build/script/build.sh @@ -41,7 +41,6 @@ go install tank echo "packaging..." distPath="$GOPATH\src\tank\dist" - # if a directory if [ ! -d $distPath ] ; then echo "clear $distPath"