Skip to content

Commit 21a5b42

Browse files
committed
trim_model.sh: Fix shellcheck issue
1 parent 75b993f commit 21a5b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trim_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function relabel_and_color() {
4444
extra=''
4545
fi
4646
command="java -jar $EXP_SCRIPTS_DIR/dot-trimmer.jar -r $REPL_FILE -i $input_model -o $relabelled_model -t $other_thr -cp $COLOR_FILE $extra"
47-
echo $command
47+
echo "$command"
4848
eval "$command"
4949
}
5050

0 commit comments

Comments
 (0)