Merge pull request #7105 from SquidDev/hotfix/fish-return

Use exit instead of return in /etc/profile.d/nix-daemon.fish
This commit is contained in:
Eelco Dolstra 2022-09-27 15:02:29 +02:00 committed by GitHub
commit 050fcd391b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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