dockerTools: Properly quote a shell variable
This commit is contained in:
parent
f1d7a09146
commit
4bff5b7f3d
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ rec {
|
|||
|
||||
chmod ug+w layer
|
||||
|
||||
if [[ -n $extraCommands ]]; then
|
||||
if [[ -n "$extraCommands" ]]; then
|
||||
(cd layer; eval "$extraCommands")
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue