KrutAw at aol.com ()
2003-07-19 13:33:39 UTC
I'm currently unable to run an if statement with busybox 0.60.3 compiled with
uclibc.
Here's an example of the if statement I'm trying to run in my bash script:
CMDLINEPARAM=1
if [ $# -ge $CMDLINEPARAM ]
then
NAME=$1
else
NAME="blah"
fi
What am I doing wrong here?
Thanks,
Andy Kruta CNA, A+, Net+
uclibc.
Here's an example of the if statement I'm trying to run in my bash script:
CMDLINEPARAM=1
if [ $# -ge $CMDLINEPARAM ]
then
NAME=$1
else
NAME="blah"
fi
What am I doing wrong here?
Thanks,
Andy Kruta CNA, A+, Net+