]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Make sure that any variables that might have spaces in them are handled correctly.
authorAndrew Ruthven <andrew@etc.gen.nz>
Mon, 23 Jun 2008 02:27:26 +0000 (14:27 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Mon, 23 Jun 2008 02:27:26 +0000 (14:27 +1200)
debian/postinst

index 072bd811ce1a930f53fbb88867d4af08b0046907..2c968ddda6cad23fc6c8c6c3bd7f7ab2342a1c9d 100644 (file)
@@ -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