summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 () {