fix: export builtin and other things *
fix: parse_command: syntaxes like: "hello"'hello'hello fix: export builtin: "NAME=VALUE" syntax fix: variables can contain digits add: variables_nameisvalid() change: dev/valgrind.sh
This commit is contained in:
parent
b0aa3da8ce
commit
6862a1913b
8 changed files with 102 additions and 44 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
valgrind --leak-check=full --show-leak-kinds=all --suppressions=dev/supp ./minishell
|
||||
valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all --suppressions=dev/supp ./minishell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue