mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
*Bugfix regex and variable
This commit is contained in:
parent
db9be6d244
commit
33d795c608
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fi
|
|||
|
||||
dvalue=${dvalue//\"/}
|
||||
|
||||
if [[ "dvalue" =~ [^\;\s] ]]; then
|
||||
if [[ "$dvalue" =~ [\;[:space:]] ]]; then
|
||||
dvalue='"'"$dvalue"'"'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue