fish-foreign-env: update stderr redirection in patch
Caret stderr redirection has been deprecated and will be removed in a future version.
This commit is contained in:
parent
7996935668
commit
2721f9d549
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user