From: Eric Andersen Date: Tue, 5 Sep 2000 21:50:52 +0000 (-0000) Subject: Add BB_SH to get_last_path_component()... Fix thanks to X-Git-Tag: 0_47~114 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d13ebff16397923863ef5601e41c0e95feb42732;p=oweals%2Fbusybox.git Add BB_SH to get_last_path_component()... Fix thanks to Bj�rn Eriksson. --- diff --git a/utility.c b/utility.c index c8bd5737a..5bf849e9d 100644 --- a/utility.c +++ b/utility.c @@ -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;