summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2011-04-13 10:30:57 +0200
committerDan Horák <dan@danny.cz>2011-04-13 10:30:57 +0200
commit2eea89dab677ab5db058b1a5427ff72d3c265c38 (patch)
tree8020030766f5fe73e4889728481b583f446a396c
parent95b3d22735edc950c2bf741513b4700502990037 (diff)
downloadutils-2eea89dab677ab5db058b1a5427ff72d3c265c38.tar.gz
utils-2eea89dab677ab5db058b1a5427ff72d3c265c38.tar.xz
utils-2eea89dab677ab5db058b1a5427ff72d3c265c38.zip
use the right variable when setting the "protocol" option
-rw-r--r--ccw_init2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccw_init b/ccw_init
index 8eabbe2..a691ae0 100644
--- a/ccw_init
+++ b/ccw_init
@@ -88,7 +88,7 @@ if [ -n "$PORTNAME" ]; then
fi
fi
if [ "$NETTYPE" = "ctc" -a -n "$CTCPROT" ]; then
- OPTIONS="$OPTIONS protocol=$CTCPROTO"
+ OPTIONS="$OPTIONS protocol=$CTCPROT"
fi
# SUBCHANNELS is only set on mainframe ccwgroup devices