summaryrefslogtreecommitdiff
path: root/bin/hstow
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-06 16:13:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-06 16:14:00 -0700
commit9059ccfe86c7b446775ec84c003e2e05afbfc07b (patch)
tree2eb16e9423361015e44de23a93478de9726de516 /bin/hstow
parent65f8f0c636c8f52c3fe5a4bc9330ab287463877b (diff)
downloaddotfiles-9059ccfe86c7b446775ec84c003e2e05afbfc07b.tar.gz
hstow: hide stderr from dir_contents find(1) invocation too
Diffstat (limited to 'bin/hstow')
-rwxr-xr-xbin/hstow2
1 files changed, 1 insertions, 1 deletions
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 () {