summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrunvdr2
1 files changed, 1 insertions, 1 deletions
diff --git a/runvdr b/runvdr
index 0eb67822..5ec34585 100755
--- a/runvdr
+++ b/runvdr
@@ -10,7 +10,7 @@ while (true) do
# (cd $DVBDIR; make reload)
# sleep 3
$VDRCMD
- if test $? != 1; then exit; fi
+ if test $? -ne 1; then exit; fi
date
echo "restarting VDR"
$KILLPROC $VDRPRG