Merge pull request #80333 from cole-h/fish-foreign-env

fish-foreign-env: update stderr redirection in patch
This commit is contained in:
Michele Guerini Rocco 2020-02-17 09:22:34 +01:00 committed by GitHub
commit 497c0a43a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ index 34a25e3..3d94135 100644
- set -g -x $key $value
+ if contains $key $ignore
+ set -g -x $key $value ^/dev/null
+ set -g -x $key $value 2>/dev/null
+ else
+ set -g -x $key $value
+ end