From dc768436c683c554bb61237f563c67958b18407f Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 20 Apr 2008 07:23:25 +1200 Subject: [PATCH] Fix the test expression. --- bin/mythtv_recording_soon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2