[Pkg-virtualbox-commits] r187 - trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Thu Jan 10 14:42:55 UTC 2008


Author: meskes
Date: 2008-01-10 14:42:55 +0000 (Thu, 10 Jan 2008)
New Revision: 187

Modified:
   trunk/debian/virtualbox-ose.preinst.in
Log:
Added quotes just to be sure. Depending on the shell it might not work correctly without.



Modified: trunk/debian/virtualbox-ose.preinst.in
===================================================================
--- trunk/debian/virtualbox-ose.preinst.in	2008-01-10 14:15:47 UTC (rev 186)
+++ trunk/debian/virtualbox-ose.preinst.in	2008-01-10 14:42:55 UTC (rev 187)
@@ -5,7 +5,7 @@
 
 . /usr/share/debconf/confmodule
 
-if [ $new != $old ]; then
+if [ "$new" != "$old" ]; then
 	db_title Upgrading virtualbox-ose
 	db_fset virtualbox-ose/upstream_version_change seen false
 	db_input high virtualbox-ose/upstream_version_change || true




More information about the Pkg-virtualbox-commits mailing list