mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-28 01:32:30 -04:00
Fix build script with default git repo path (cwd)
This commit is contained in:
@@ -17,6 +17,7 @@ set -euo pipefail
|
||||
: ${output_filename:="ecaddy"}
|
||||
|
||||
: ${git_repo:="${2:-}"}
|
||||
: ${git_repo:="."}
|
||||
|
||||
pkg=main
|
||||
ldflags=()
|
||||
|
||||
Reference in New Issue
Block a user