Skip to content

Commit

Permalink
Update bash reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chisui committed Dec 31, 2023
1 parent 406ce29 commit fd0facc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/buildShellShim
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ for path in \${PATH//:/ }; do
done
FPATH=\$FPATH $NIX_EXECUTING_SHELL
EOF
bash $1
/usr/bin/env bash $1
else
bash "$@"
/usr/bin/env bash "$@"
fi

0 comments on commit fd0facc

Please sign in to comment.