fixed critical bug cropping the command ran

This commit is contained in:
anon 2023-10-03 15:02:11 +02:00
parent 0a30e871f1
commit cf9e6dbf15

2
shake

@ -44,7 +44,7 @@ fi
line=$(grep "$MARK" "$input_file")
line=${line//\$@/$input_file}
line=${line//\$*/${input_file%.*}}
line=${line//\$\*/${input_file%.*}}
if [[ -n $line ]]; then
command="${line#*@COMPILECMD }"