*Bugfix regex and variable

This commit is contained in:
Derrick Hammer 2016-08-29 12:15:46 -04:00
commit 33d795c608

View file

@ -51,7 +51,7 @@ fi
dvalue=${dvalue//\"/}
if [[ "dvalue" =~ [^\;\s] ]]; then
if [[ "$dvalue" =~ [\;[:space:]] ]]; then
dvalue='"'"$dvalue"'"'
fi