Skip to content

Commit

Permalink
Merge pull request NixOS#7105 from SquidDev/hotfix/fish-return
Browse files Browse the repository at this point in the history
Use exit instead of return in /etc/profile.d/nix-daemon.fish
  • Loading branch information
edolstra authored Sep 27, 2022
2 parents ace9f26 + 0259702 commit 050fcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nix-profile-daemon.fish.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Only execute this file once per shell.
if test -n "$__ETC_PROFILE_NIX_SOURCED"
return
exit
end

set __ETC_PROFILE_NIX_SOURCED 1
Expand Down

0 comments on commit 050fcd3

Please sign in to comment.