1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

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
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03

View file

@ -17,6 +17,7 @@ set -euo pipefail
: ${output_filename:="ecaddy"}
: ${git_repo:="${2:-}"}
: ${git_repo:="."}
pkg=main
ldflags=()