path resolution #2
Labels
No labels
area
execution
area
expansion
area
parsing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jaynuine/minishell#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
execve's program argument should be that matching relative to the first path entry that forms a valid path when appended with program
we only need to check for file existence to stop matching, then any permission or other error should be reported
rely on pipex's path matcher, may need to be overhauled to integrate the above