summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-28 08:42:32 +0200
committerErich Eckner <git@eckner.net>2020-05-28 08:42:32 +0200
commit005338b9dff15f1a19e0389d431eccf4bd6c5bad (patch)
tree29d906d2138f022cc9e44bf391ec4c6afcee3269
parente795a37d2f807dbfadbf908ccde51f04a4dd8625 (diff)
downloadupdate-all-005338b9dff15f1a19e0389d431eccf4bd6c5bad.tar.xz
update-all: no input for -c
-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