improve shell command reporting
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M functions/__scriptura_run.fish → functions/__scriptura_run.fish
@@ -2,7 +2,7 @@ function __scriptura_run --description 'Run a script' --argument-names target if path is --perm exec $target set --export SCRIPTURA_ROOT $SCRIPTURA_ROOT set --export SD (path dirname $target) - $target $argv[2..] + eval $target $argv[2..] return $status else echo "scriptura: $target is not executable" >&2