mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix: printf invalid option in download-zig (#7351)
This commit is contained in:
@@ -73,7 +73,7 @@ if [ -e "${extract_at}/.version" ]; then
|
||||
fi
|
||||
|
||||
if ! [ -e "${dest}" ]; then
|
||||
printf "-- Downloading Zig v%s\n" "${zig_version}"
|
||||
printf -- "-- Downloading Zig v%s\n" "${zig_version}"
|
||||
curl -o "$dest" -L "$url"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user