summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-01-20 23:08:29 +0100
committerJakob Borg <jakob@nym.se>2014-01-20 23:08:29 +0100
commit6b02f9e44fecce65fd729fba7430b4b8e5b45ba6 (patch)
tree6b74f75fa22e4ba886f0c0e983dd80310953731a /build.sh
parent84d7452f9e2caa0aabe59ac9654834547d220435 (diff)
Fix GUI files modtime (ish...)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index 2e64f4ca62..4729b82a80 100755
--- a/build.sh
+++ b/build.sh
@@ -3,11 +3,6 @@
version=$(git describe --always)
buildDir=dist
-if [[ $1 == "-f" ]] ; then
- fast=yes
- shift
-fi
-
if [[ $fast != yes ]] ; then
go get -d
go test ./...