From 058da62271f8fbe4748616bc6fe09b858407b7c5 Mon Sep 17 00:00:00 2001 From: Jane Roxanne Date: Wed, 18 Mar 2020 13:34:46 -0500 Subject: [PATCH] Whoops. --- examples/shell_output.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shell_output.lua b/examples/shell_output.lua index d60a31c..15f1f34 100644 --- a/examples/shell_output.lua +++ b/examples/shell_output.lua @@ -1,4 +1,4 @@ --Using the command -print("Compiled with LuaComp $[[/tmp/luacomp -v]]") +print("Compiled with LuaComp $[[luacomp -v]]") --Or using the shell vars print("Compiled with LuaComp $[{LUACOMP_VERSION}]") \ No newline at end of file