mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
Add BB_SH to get_last_path_component()... Fix thanks to
Bj�rn Eriksson.
This commit is contained in:
parent
1eec89df4c
commit
d13ebff163
1 changed files with 1 additions and 1 deletions
|
|
@ -1705,7 +1705,7 @@ char process_escape_sequence(char **ptr)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined BB_BASENAME || defined BB_LN
|
||||
#if defined BB_BASENAME || defined BB_LN || defined BB_SH
|
||||
char *get_last_path_component(char *path)
|
||||
{
|
||||
char *s=path+strlen(path)-1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue