[Assorted-commits] SF.net SVN: assorted: [752] configs/trunk/bootstrap.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 20:17:33
|
Revision: 752 http://assorted.svn.sourceforge.net/assorted/?rev=752&view=rev Author: yangzhang Date: 2008-05-08 13:17:35 -0700 (Thu, 08 May 2008) Log Message: ----------- fixed long-standing typo Modified Paths: -------------- configs/trunk/bootstrap.bash Modified: configs/trunk/bootstrap.bash =================================================================== --- configs/trunk/bootstrap.bash 2008-05-08 20:16:13 UTC (rev 751) +++ configs/trunk/bootstrap.bash 2008-05-08 20:17:35 UTC (rev 752) @@ -61,7 +61,7 @@ armed="$prefix/armed"; \ dosu echo testing sudo; \ ;; - locall ) \ + local ) \ sudo=(); \ prefix=~/.local; \ pkg="$prefix/pkg"; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |