From: Andrew Ruthven Date: Mon, 23 Jun 2008 02:27:26 +0000 (+1200) Subject: Make sure that any variables that might have spaces in them are handled correctly. X-Git-Tag: debian-0.8.1-2~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0341e832837ac675b3c10f7d8b4d6806f043d4;p=mythtv-status.git Make sure that any variables that might have spaces in them are handled correctly. --- 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