fix style issue

This commit is contained in:
ville rantanen
2014-06-19 14:33:24 +03:00
parent 41cbbb6a54
commit f3af7e1954

View File

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