mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-05 15:59:22 +02:00
*Bugfix regex and variable
This commit is contained in:
@@ -51,7 +51,7 @@ fi
|
||||
|
||||
dvalue=${dvalue//\"/}
|
||||
|
||||
if [[ "dvalue" =~ [^\;\s] ]]; then
|
||||
if [[ "$dvalue" =~ [\;[:space:]] ]]; then
|
||||
dvalue='"'"$dvalue"'"'
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user