hack: quote all parameters with variable interpolation
better safe then sorry. especially for rm Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk> Upstream-commit: ac20568b0a62c794c0f1190703f051bd1cfac341 Component: engine
This commit is contained in:
@@ -30,4 +30,4 @@ else
|
||||
fi
|
||||
|
||||
# sha1 our new dockerinit to ensure separate docker and dockerinit always run in a perfect pair compiled for one another
|
||||
export DOCKER_INITSHA1="$($sha1sum $DEST/dockerinit-$VERSION | cut -d' ' -f1)"
|
||||
export DOCKER_INITSHA1=$($sha1sum "$DEST/dockerinit-$VERSION" | cut -d' ' -f1)
|
||||
|
||||
Reference in New Issue
Block a user