summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update-all.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-all.in b/update-all.in
index 4f30882..b1455a4 100644
--- a/update-all.in
+++ b/update-all.in
@@ -24,7 +24,7 @@ if [ "$#" -eq 3 ]; then
case "$3" in
'c')
while sleep 1; do
- ${cmd} -c
+ ${cmd} -c </dev/null
err=$?
if [ "${err}" -ne 1 ]; then
break