diff options
| author | 2024-09-03 14:38:18 -0400 | |
|---|---|---|
| committer | 2024-09-03 14:38:18 -0400 | |
| commit | 5568fba03dad423d3e56dd238752aa39972905fa (patch) | |
| tree | 630345deac6a5da4b7cf24e7c07ad0f355df1def /src/lush.h | |
| parent | added debug mode for scripting (diff) | |
removed need for lush command to execute lua files
Diffstat (limited to '')
| -rw-r--r-- | src/lush.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ int lush_cd(lua_State *L, char ***args); int lush_help(lua_State *L, char ***args); int lush_exit(lua_State *L, char ***args); int lush_time(lua_State *L, char ***args); -int lush_lush(lua_State *L, char ***args); +int lush_lua(lua_State *L, char ***args); int lush_num_builtins(); |
