tazwok rev 269

Remove tab thats not need in set_pkg_path.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 20:20:46 2011 +0000 (2011-02-13)
parents c627f671fbca
children 2c232d0f075a
files tazwok
line diff
     1.1 --- a/tazwok	Mon Feb 14 01:59:48 2011 +0100
     1.2 +++ b/tazwok	Sun Feb 13 20:20:46 2011 +0000
     1.3 @@ -404,7 +404,7 @@
     1.4  
     1.5  set_pkg_path()
     1.6  {
     1.7 -	if	[ -d $WOK/${WANTED:-$PACKAGE}/install ] ; then
     1.8 +	if [ -d $WOK/${WANTED:-$PACKAGE}/install ] ; then
     1.9  		_pkg=$WOK/${WANTED:-$PACKAGE}/install
    1.10  	else
    1.11  		_pkg=$src/_pkg