We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363c786 commit d085b36Copy full SHA for d085b36
container/incremental_load.sh.tpl
@@ -230,7 +230,7 @@ function read_variables() {
230
231
# An optional "docker run" statement for invoking a loaded container.
232
# This is not executed if the single argument --norun is passed.
233
-if [ "a$@" != "a--norun" ]; then
+if [ "a$*" != "a--norun" ]; then
234
# This generated and injected by docker_*.
235
%{run_statements}
236
# Empty if blocks can be problematic.
0 commit comments