Fix build script with default git repo path (cwd)

This commit is contained in:
Matthew Holt
2016-04-25 22:10:16 -06:00
parent 6f5cff5393
commit 19d6f666aa
+1
View File
@@ -17,6 +17,7 @@ set -euo pipefail
: ${output_filename:="ecaddy"}
: ${git_repo:="${2:-}"}
: ${git_repo:="."}
pkg=main
ldflags=()