]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
more tiny fix
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Fri, 29 Jul 2011 11:23:29 +0000 (11:23 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Fri, 29 Jul 2011 11:23:29 +0000 (11:23 +0000)
git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@5883 0c9b3bff-18ee-0310-b944-d1aa2700132f

debian/lightdm.postinst

index 4424bd03d3f3281ac5ed156b00737f440225ef42..e56e80fc9690d2fa84b136312c0b598582bc0559 100644 (file)
@@ -28,7 +28,7 @@ fi
 
 # debconf is not a registry, so we only fiddle with the default file if it
 # does not exist
-if [ ! -e $DEFAULT_DISPLAY_MANAGER_FILE ]; then
+if [ ! -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
   if db_get shared/default-x-display-manager; then
     # workaround debconf passthru bug (#379198)
     if [ -z "$RET" ]; then