From 76e65fc69d3bc436ce575732f3bebd45319fad0e Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Mon, 19 Jul 2010 15:36:05 +0200 Subject: break the long line into 2 shorter ones --- device_cio_free | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit