diff options
author | Dan Horák <dan@danny.cz> | 2011-04-13 10:30:57 +0200 |
---|---|---|
committer | Dan Horák <dan@danny.cz> | 2011-04-13 10:30:57 +0200 |
commit | 2eea89dab677ab5db058b1a5427ff72d3c265c38 (patch) | |
tree | 8020030766f5fe73e4889728481b583f446a396c | |
parent | 95b3d22735edc950c2bf741513b4700502990037 (diff) | |
download | utils-2eea89dab677ab5db058b1a5427ff72d3c265c38.tar.gz utils-2eea89dab677ab5db058b1a5427ff72d3c265c38.tar.xz utils-2eea89dab677ab5db058b1a5427ff72d3c265c38.zip |
use the right variable when setting the "protocol" option
-rw-r--r-- | ccw_init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |