mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
remove redundant echo from __fish_pipestatus_with_signal.fish
This commit is contained in:
parent
378b5d7295
commit
a6f9140963
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function __fish_pipestatus_with_signal --description "Print arguments from \$pipestatus replacing values with signal names where appropriate"
|
||||
for pstat in $argv
|
||||
echo (__fish_status_to_signal $pstat)
|
||||
__fish_status_to_signal $pstat
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue