[prev in list] [next in list] [prev in thread] [next in thread] 

List:       klik-devel
Subject:    [klik-devel] [klikclient commit] r1079 -
From:       codesite-noreply () google ! com
Date:       2008-02-08 21:40:05
Message-ID: 000e0cd11a1e0445ac6ef7f48a183b87 () google ! com
[Download RAW message or body]

Author: KillerKiwi2005
Date: Fri Feb  8 13:39:45 2008
New Revision: 1079

Modified:
   trunk/client/trunk/klikclient/lib/klik/execute.py

Log:
Fix for 175 - regression in shell

Modified: trunk/client/trunk/klikclient/lib/klik/execute.py
==============================================================================
--- trunk/client/trunk/klikclient/lib/klik/execute.py	(original)
+++ trunk/client/trunk/klikclient/lib/klik/execute.py	Fri Feb  8 
13:39:45 2008
@@ -122,7 +122,7 @@
  		os.environ["LD_LIBRARY_PATH"] 
= "/usr/lib:%s/lib:%s/lib:%s/usr/lib/:%s/opt/kde3/lib:%s/usr/X11R6/lib/" % 
(mount_point_path, mount_point_path, mount_point_path, 
mount_point_path, mount_point_path)

 		# Change the working directory
-		if len(command >0) and len(command[0]) > 0 and command[0][0] == "/":
+		if len(command) > 0 and len(command[0]) > 0 and command[0][0] == "/":
 			os.environ["FAKECHROOT_WORKING_DIRECTORY"] = os.path.dirname(command[0])

 		# HACKS START HERE - we need to remove these if at all possible !!!
_______________________________________________
klik-devel mailing list
klik-devel@kde.org
https://mail.kde.org/mailman/listinfo/klik-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic