From 20fe0b1e50e09ba6ff72caa59ec03c238a02fab7 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Wed, 18 Feb 2026 05:41:16 +0100 Subject: Fix /dev/null redirections modified: functions/rlsxattr.fish modified: functions/rsdos.fish modified: functions/rsxattr.fish --- functions/rlsxattr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/rlsxattr.fish') diff --git a/functions/rlsxattr.fish b/functions/rlsxattr.fish index e52d820..94d9078 100644 --- a/functions/rlsxattr.fish +++ b/functions/rlsxattr.fish @@ -5,6 +5,6 @@ if not check_install 'getfattr' 'attr' return 1 end -command getfattr -R -h -d . 2>/dev/null | grep '^# file:' | sed 's/^# file: //' +command getfattr -R -h -d . &>/dev/null | grep '^# file:' | sed 's/^# file: //' end -- cgit v1.3.1