[maemo-commits] [maemo-commits] r17262 - projects/haf/trunk/hildon-initscripts

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 22 17:58:05 EET 2009
Author: schulhof
Date: 2009-01-22 17:58:05 +0200 (Thu, 22 Jan 2009)
New Revision: 17262

Modified:
   projects/haf/trunk/hildon-initscripts/osso-gtk.defs
Log:
syntax error

Modified: projects/haf/trunk/hildon-initscripts/osso-gtk.defs
===================================================================
--- projects/haf/trunk/hildon-initscripts/osso-gtk.defs	2009-01-22 15:18:25 UTC (rev 17261)
+++ projects/haf/trunk/hildon-initscripts/osso-gtk.defs	2009-01-22 15:58:05 UTC (rev 17262)
@@ -27,7 +27,7 @@
 ORIGHOME=$HOME
 if test "x$USER" = "x"; then
   HOME=/home/user  ;# needed for some root processes
-elif test $(id -u) -ne 0
+elif test $(id -u) -ne 0; then
   HOME=/home/$USER
 fi
 


More information about the maemo-commits mailing list