Skip to content

Commit d085b36

Browse files
committed
appropriately pass multiple command line arguments
Fixes #236
1 parent 363c786 commit d085b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/incremental_load.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function read_variables() {
230230

231231
# An optional "docker run" statement for invoking a loaded container.
232232
# This is not executed if the single argument --norun is passed.
233-
if [ "a$@" != "a--norun" ]; then
233+
if [ "a$*" != "a--norun" ]; then
234234
# This generated and injected by docker_*.
235235
%{run_statements}
236236
# Empty if blocks can be problematic.

0 commit comments

Comments
 (0)