Skip to content

Commit

Permalink
Merge pull request #456 from aeons/patch-1
Browse files Browse the repository at this point in the history
Fix fish script for non-macOS platforms
  • Loading branch information
charlespierce authored May 24, 2019
2 parents 79d25a1 + 6596760 commit d902fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/unix/load.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function volta
set -x VOLTA_POSTSCRIPT "$VOLTA_ROOT/tmp/volta_tmp_"(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -f1 -d" ")".fish"

# Forward the arguments to the Volta executable.
env VOLTA_SHELL=fish command "$VOLTA_ROOT/volta" $argv
env VOLTA_SHELL=fish "$VOLTA_ROOT/volta" $argv
set EXIT_CODE $status

# Call the post-invocation script if it is present, then delete it.
Expand Down

0 comments on commit d902fb3

Please sign in to comment.