rc: use searchpath() logic to handle $cdpath
This commit is contained in:
parent
1a55b8d1f0
commit
d17a049c5b
2 changed files with 9 additions and 11 deletions
|
@ -52,7 +52,7 @@ void pushlist(void);
|
|||
void pushredir(int, int, int);
|
||||
word* pushword(char*);
|
||||
void readhere(void);
|
||||
word* searchpath(char*);
|
||||
word* searchpath(char*, char*);
|
||||
void setstatus(char*);
|
||||
void setvar(char*, word*);
|
||||
void shuffleredir(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue