Skip to content

Commit 38fe73c

Browse files
Resolving m4 automation
1 parent e2622b4 commit 38fe73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extract-dataset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ function call_processing_func () {
654654
jobDirectiveM4="$(json_to_m4_vars "$jobDirectiveJSON")"
655655
# append the main processing script using m4 macros
656656
jobScriptM4="-D__CONF__=$jobConfPath "
657-
jobScriptM4+=("$(json_to_m4_vars "$schedulerJSON") ")
657+
jobScriptM4+="$(json_to_m4_vars "$schedulerJSON") "
658658

659659
# create scheduler-specific job submission script
660660
# 1. job scheduler directives

0 commit comments

Comments
 (0)