From: Andrew Ruthven Date: Sat, 19 Apr 2008 19:23:25 +0000 (+1200) Subject: Fix the test expression. X-Git-Tag: 0.7.4~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc768436c683c554bb61237f563c67958b18407f;p=mythtv-status.git Fix the test expression. --- diff --git a/bin/mythtv_recording_soon b/bin/mythtv_recording_soon index c2842ba..ae7f86e 100755 --- a/bin/mythtv_recording_soon +++ b/bin/mythtv_recording_soon @@ -15,7 +15,7 @@ then . /etc/default/mythtv-status fi -if [ "x$1" -ne "x" ] +if [ "x$1" != "x" ] then ARGS="--recording-in-warn $1" else