[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linrad] Re: Build trouble
- Subject: [linrad] Re: Build trouble
- From: "Chris Cheney" <tesco.net; Chris.Cheney@xxxxxxxxxxxxxxxx>
- Date: Sat, 13 May 2006 14:38:32 +0100
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