dockerTools: Properly quote a shell variable
This commit is contained in:
parent
f1d7a09146
commit
4bff5b7f3d
@ -333,7 +333,7 @@ rec {
|
|||||||
|
|
||||||
chmod ug+w layer
|
chmod ug+w layer
|
||||||
|
|
||||||
if [[ -n $extraCommands ]]; then
|
if [[ -n "$extraCommands" ]]; then
|
||||||
(cd layer; eval "$extraCommands")
|
(cd layer; eval "$extraCommands")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user