summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2010-07-19 15:36:05 +0200
committerDan Horák <dan@danny.cz>2010-07-19 15:36:05 +0200
commit76e65fc69d3bc436ce575732f3bebd45319fad0e (patch)
tree8015a8bc75d7bbd54acd2e8f58dd6fd469930206
parent23941c50cac2c35b21f1cb32bec7228c01078866 (diff)
downloadutils-76e65fc69d3bc436ce575732f3bebd45319fad0e.tar.gz
utils-76e65fc69d3bc436ce575732f3bebd45319fad0e.tar.xz
utils-76e65fc69d3bc436ce575732f3bebd45319fad0e.zip
break the long line into 2 shorter ones
-rw-r--r--device_cio_free3
1 files changed, 2 insertions, 1 deletions
diff --git a/device_cio_free b/device_cio_free
index b9fd252..416224b 100644
--- a/device_cio_free
+++ b/device_cio_free
@@ -292,7 +292,8 @@ if [ $MODE_ZNET ]; then
fi
for line in $(LANG=C grep -E -i -h \
"^[[:space:]]*SUBCHANNELS=['\"]?([0-9]\.[0-9]\.[a-f0-9]+,){1,2}([0-9]\.[0-9]\.[a-f0-9]+)['\"]?([[:space:]]+#|[[:space:]]*$)" \
- $( (ls /etc/sysconfig/network-scripts/ifcfg-* 2> /dev/null || echo "__no_config_file") | LC_ALL=C sed -e "$__sed_discard_ignored_files") 2> /dev/null)
+ $( (ls /etc/sysconfig/network-scripts/ifcfg-* 2> /dev/null || echo "__no_config_file") | \
+ LC_ALL=C sed -e "$__sed_discard_ignored_files") 2> /dev/null)
do
eval "$line"
free_device $SUBCHANNELS