Sublime Forum

Build error- terminus

#1

{
“target”:“terminus_exec”,
“cancel”:“terminus_cancel_build”,
“auto_close”:false,
“focus”:true,
“timeit”:false,
“shell_cmd”: “javac $file && java $file_base_name”,
“cwd”:"${file_path:’${folder}’}"
}

above is my build but an error occurs saying
“bash: -c: line 0: unexpected EOF while looking for matching `’’
bash: -c: line 1: syntax error: unexpected end of file”

0 Likes

#2

Remove the single quotes around ${folder} ?

0 Likes