Re: [wmii] wmii9rc Problem

From: S.P.Tseng <mendouer_AT_163.com>
Date: Sun, 21 Oct 2007 10:20:31 +0800

On 20/10/07 20:45, S.P.Tseng wrote:
>
> The latest wmii hg-2007/10/20
> The wmii9rc have some problem.
> --------------------------------------------------------------
 Sorry to my careless.

 And I have tried wmii-20071003. wmii9rcs still can not find
 /usr/local/9 except put "export PLAN9=/usr/local/9" in .xinitrc

 
> RC=""
> IFS=:
> for i in "$PLAN9" `echo
> :${HOME}/plan9:/usr/local/plan9:/usr/local/9:/opt/plan9:/op$
>
> if [ -d "$i" -a -x "$i/bin/rc" ]; then
> export PLAN9="$i"
> RC="$i/bin/rc"
> echo $RC
> break;
> fi
> done
> -----------------------------------------------------------------
> But the old wmii9rc work fine.
>
> RC=""
> for i in "$PLAN9" /usr/local/plan9 /usr/local/9 /opt/plan9 $
> if [ -d "$i" -a -x "$i/bin/rc" ]; then
> export PLAN9="$i"
> RC="$i/bin/rc"
> echo $RC
> break;
> fi
> done
>
>
> --

-- 
Received on Sun Oct 21 2007 - 04:20:37 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:30:17 UTC