[Pkg-xfce-commits] r5883 - goodies/trunk/lightdm/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Jul 29 11:23:29 UTC 2011
Author: corsac
Date: 2011-07-29 11:23:29 +0000 (Fri, 29 Jul 2011)
New Revision: 5883
Modified:
goodies/trunk/lightdm/debian/lightdm.postinst
Log:
more tiny fix
Modified: goodies/trunk/lightdm/debian/lightdm.postinst
===================================================================
--- goodies/trunk/lightdm/debian/lightdm.postinst 2011-07-29 11:13:49 UTC (rev 5882)
+++ goodies/trunk/lightdm/debian/lightdm.postinst 2011-07-29 11:23:29 UTC (rev 5883)
@@ -28,7 +28,7 @@
# 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
More information about the Pkg-xfce-commits
mailing list