mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -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//\"/}
|
dvalue=${dvalue//\"/}
|
||||||
|
|
||||||
if [[ "dvalue" =~ [^\;\s] ]]; then
|
if [[ "$dvalue" =~ [\;[:space:]] ]]; then
|
||||||
dvalue='"'"$dvalue"'"'
|
dvalue='"'"$dvalue"'"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue