Skip to content

Commit

Permalink
Add updated index.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Dec 3, 2019
1 parent 32e7823 commit fc736bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ init = () ->
await exec.exec('sudo', ['ln', '-s', '/tmp/picoLisp', '/usr/share/picolisp'])

# Display the compiled version
await exec.exec('pil', ["-prin '\"Built PicoLisp \" '${pilArchitecture} '\" ver: \"", '-version', '-bye'])
await exec.exec('pil', ["\"-prin '\\\"Built PicoLisp \\\" '${pilArchitecture} '\\\" ver: \\\"\"", '-version', '-bye'])

await return

Expand Down

0 comments on commit fc736bf

Please sign in to comment.