Fixed bug with multline output.
This commit is contained in:
parent
a06ddabdc4
commit
3daf138b09
1 changed files with 1 additions and 1 deletions
2
oop.sh
2
oop.sh
|
@ -170,7 +170,7 @@ _accessProperty() {
|
|||
if [ "$3" == "=" ]; then
|
||||
eval "_${varName}_properties[$prop]=\"\$val\""
|
||||
else
|
||||
eval "echo \${_${varName}_properties[$prop]}"
|
||||
eval "echo \"\${_${varName}_properties[$prop]}\""
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue