all repos — scriptura @ 7991ffe41a9d7fa71cc313999af27b96998af32d

a corner in $HOME for your scripts

improve shell command reporting

Alin
commit

7991ffe41a9d7fa71cc313999af27b96998af32d

parent

92f732399832a22f0680dcdbd2336992b4ac221a

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M functions/__scriptura_run.fishfunctions/__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