From 9059ccfe86c7b446775ec84c003e2e05afbfc07b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 6 Jan 2023 16:13:34 -0700 Subject: hstow: hide stderr from dir_contents find(1) invocation too --- bin/hstow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/hstow') diff --git a/bin/hstow b/bin/hstow index c1302db6..e54587e1 100755 --- a/bin/hstow +++ b/bin/hstow @@ -53,7 +53,7 @@ read_globs_file () { } dir_contents () { - ( cd "$1"; find . ! -name . ! -name "$cchars" ) + ( cd "$1"; find . ! -name . ! -name "$cchars" 2>/dev/null ) } fail () { -- cgit v1.2.3