[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linrad] Re: Build trouble



I have tested the following shell script for various values of v; the 
variable _is_ substituted within the cases:

#!/bin/sh
v="Linux 2.4"
case "$v" in
"Linux 2.2")
  echo "2.2 found (v=$v)"
;;
"Linux 2.4")
  echo "2.4 found (v=$v)"
;;
"Linux 2.6")
  echo "2.6 found (v=$v)"
;;
*)
  echo "$v not found"
;;
esac

73



#############################################################
This message is sent to you because you are subscribed to
  the mailing list <linrad@xxxxxxxxxxxxxxxxxxxxx>.
To unsubscribe, E-mail to: <linrad-off@xxxxxxxxxxxxxxxxxxxxx>
To switch to the DIGEST mode, E-mail to <linrad-digest@xxxxxxxxxxxxxxxxxxxxx>
To switch to the INDEX mode, E-mail to <linrad-index@xxxxxxxxxxxxxxxxxxxxx>
Send administrative queries to  <linrad-request@xxxxxxxxxxxxxxxxxxxxx>

LINRADDARNIL