From 32c88dce4a25475d1b566a5fe834bfe9a0b4e9b1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 31 Aug 2014 09:31:57 -0700 Subject: [PATCH] scripts: make bin/ dir --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index e386f7497..c7ed8b675 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -27,6 +27,7 @@ go get ./... echo "==> Removing old directory..." rm -f bin/* rm -rf pkg/* +mkdir -p bin/ # If its dev mode, only build for ourself if [ "${TF_DEV}x" != "x" ]; then