fixed critical bug cropping the command ran
This commit is contained in:
parent
0a30e871f1
commit
cf9e6dbf15
2
shake
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 }"
|
||||
|
Loading…
x
Reference in New Issue
Block a user