diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-16 01:31:43 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-16 01:31:43 -0600 |
| commit | c3df6bc56e3b7162b68e773be2d717ea0d5cba64 (patch) | |
| tree | e197998e20395f24be5c140ec8f5f3cd0863b545 /src/main.c | |
| parent | 9f6d634e9099bdcf392971195f50db85a38c4933 (diff) | |
quotes
- redid handle vars
- redid ~ and vars
- now parses quotes
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ void lsh_loop(SHELL_OB *shell_obj) status = lsh_execute(args); free(line); + int i=0; + while (args[i]) + free(args[i++]); free(args); } while (status); } |
