We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2622b4 commit 38fe73cCopy full SHA for 38fe73c
1 file changed
extract-dataset.sh
@@ -654,7 +654,7 @@ function call_processing_func () {
654
jobDirectiveM4="$(json_to_m4_vars "$jobDirectiveJSON")"
655
# append the main processing script using m4 macros
656
jobScriptM4="-D__CONF__=$jobConfPath "
657
- jobScriptM4+=("$(json_to_m4_vars "$schedulerJSON") ")
+ jobScriptM4+="$(json_to_m4_vars "$schedulerJSON") "
658
659
# create scheduler-specific job submission script
660
# 1. job scheduler directives
0 commit comments