mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-07 20:02:36 +00:00
2b67c9f3ee
Fish 3.3.0 enabled stderr-nocaret flag by default which breaks stderr redirection with "^/dev/null". A posix-like "2>/dev/null" has to be used instead. https://github.com/fish-shell/fish-shell/pull/7907 https://github.com/fish-shell/fish-shell/issues/7105