Skip to content

Commit

Permalink
fix: fix a bug of bash scripts for Git Bash (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 22, 2023
1 parent f027a7b commit 8fa422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/installpackage/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const (
aqua exec -- <COMMAND> %*
`
scrTemplate = `#!/usr/bin/env bash
exec aqua exec -- $0 $@
exec aqua exec -- "$0" "$@"
`
proxyPermission os.FileMode = 0o755
)
Expand Down

0 comments on commit 8fa422b

Please sign in to comment.