]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix the test expression.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sat, 19 Apr 2008 19:23:25 +0000 (07:23 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Sat, 19 Apr 2008 19:23:25 +0000 (07:23 +1200)
bin/mythtv_recording_soon

index c2842ba79cc901d2e6b4b5a4d48d950551324d6f..ae7f86e5d13d9eb5f24cde68a8f6420356b1e74f 100755 (executable)
@@ -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