Skip to content

Commit

Permalink
Actually run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
safejulian committed Oct 15, 2024
1 parent a25744e commit 4e92bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statica
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ usage() {
run_command() {
local bin="${brew_prefix}/bin"
local libexec="${brew_prefix}/opt/statica/libexec:${PATH}"
PATH="${app_dir}:${bin}:${libexec}"
PATH="${app_dir}:${bin}:${libexec}" $@
}

if [ $# -lt 2 ]; then
Expand Down

0 comments on commit 4e92bee

Please sign in to comment.