From d13ebff16397923863ef5601e41c0e95feb42732 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Sep 2000 21:50:52 +0000 Subject: Add BB_SH to get_last_path_component()... Fix thanks to Bj�rn Eriksson. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3