[Abtlinux-svn] SF.net SVN: abtlinux: [200] src/trunk/AbtPackageManager.rb
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2006-11-18 15:18:54
|
Revision: 200 http://svn.sourceforge.net/abtlinux/?rev=200&view=rev Author: eschabell Date: 2006-11-18 07:18:54 -0800 (Sat, 18 Nov 2006) Log Message: ----------- Adjusted comments for removing the system call one day. Modified Paths: -------------- src/trunk/AbtPackageManager.rb Modified: src/trunk/AbtPackageManager.rb =================================================================== --- src/trunk/AbtPackageManager.rb 2006-11-18 11:57:33 UTC (rev 199) +++ src/trunk/AbtPackageManager.rb 2006-11-18 15:18:54 UTC (rev 200) @@ -115,8 +115,7 @@ args = args + " " + ARGV[i] end - # TODO: remove the ./abt call on deployment. - system( 'su -c "./abt ' + args + '" root' ) + system( 'su -c "./abt ' + args + '" root' ) # TODO: replace system call? exit end end This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |