> anyways, i want to assign the exit status of a command in a 
> variable as an 
> integer.  i tried the following:
> let x=`./configure --prefix=$1`
> but it doesn't work.

according to my book

if ./configure --prefix = $1
then
   ...
else
   ...
fi



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to