Do not hide long commands

This commit is contained in:
ville rantanen
2014-06-16 09:39:04 +03:00
parent 389a15c455
commit f80cae9b16

View File

@@ -88,7 +88,8 @@ for (( r=0; r<${#CONF_LINE[@]}; r++ ));
replace=$( eval echo ${!value} )
REGEX="$REGEX -e 's/\(${CONF_LINE[$r]}\)/"${replace}"/g'"
done
REGEX="$REGEX -e 's/^\$(\([^)]\{20\}\).*)/\$(\1...)/g'"
#REGEX="$REGEX -e 's/^\$(\([^)]\{20\}\).*)/\$(\1...)/g'"
# ^ hide long commands
#echo $REGEX
#exit