fix: filename expansion *

- If a program name has '/' in it, use the string as the program path.
- Else, search it in $PATH.
This commit is contained in:
mcolonna 2024-06-25 14:28:14 +02:00
parent f3a8866c56
commit e144a5aa65
2 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,5 @@
- finding commands
- built-in commands
- find with given path only if there is a '/'
- variables
- uses $PATH in env.variables instead of envp
- builtins: