Re: Help with script --

2007-08-28 Thread Pierre Gaston
On 8/28/07, t0nedef [EMAIL PROTECTED] wrote: WORK_PATH=/etc/wpa_helper # Storage directory DO NOT MODIFY WORK_FILE=$WORKPATH/$ESSID.conf # Configuration file DO NOT MODIFY if [ ! -e $WORKPATH ] if [ ! -e $WORKFILE ] also you use WORK_PATH WORKPATH WORKFILE WORK_FILE

Re: Help with script --

2007-08-28 Thread Pierre Gaston
On 8/28/07, t0nedef [EMAIL PROTECTED] wrote: Ok, i wrote this script to help with wpa wireless connections, but for some reason, it errors out. It says that the ESSID is empty. I've double checked my syntax, and it looks right to me. *yes, i did double check the syntax for the read command*

Re: Help with script --

2007-08-28 Thread Andreas Schwab
Bernd Eggink [EMAIL PROTECTED] writes: t0nedef schrieb: echo Please enter a network name read ESSID if [ -n $ESSID ] You probably meant: if [ -z $ESSID ] Really you want this: if [ -z $ESSID ] Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH,

Re: problems cross-compling bash-3.2

2007-08-28 Thread Mike Frysinger
On Tuesday 28 August 2007, Christian Boon wrote: Christian Boon wrote: Chet Ramey wrote: Christian Boon wrote: Hello, i want to cross compile bash-3.2 for my pxa255 arm processor and its working although i can't get job control working. It tells you it won't be able to: checking

Re: problems cross-compling bash-3.2

2007-08-28 Thread Christian Boon
Christian Boon wrote: Chet Ramey wrote: Christian Boon wrote: Hello, i want to cross compile bash-3.2 for my pxa255 arm processor and its working although i can't get job control working. It tells you it won't be able to: checking for presence of necessary job control