From 7d0341e832837ac675b3c10f7d8b4d6806f043d4 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 23 Jun 2008 14:27:26 +1200 Subject: [PATCH] Make sure that any variables that might have spaces in them are handled correctly. --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 072bd81..2c968dd 100644 --- a/debian/postinst +++ b/debian/postinst @@ -54,7 +54,7 @@ HOST=$HOST # ARGS: # Any extra arguments to pass to mythtv-status (i.e., -e and/or -d). # This is used by /etc/init.d/mythtv-status script. -ARGS=$ARGS +ARGS="$ARGS" # EMAIL: # A comma separated list of email address to send status emails to. @@ -65,7 +65,7 @@ EMAIL=$EMAIL # EMAIL_ARGS: # Command line arguments that are used when sending the daily email. # This is used by /etc/cron.daily/mythtv-status script. -EMAIL_ARGS=$EMAIL_ARGS +EMAIL_ARGS="$EMAIL_ARGS" _eof db_stop -- 2.30.2