From d13ebff16397923863ef5601e41c0e95feb42732 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Sep 2000 21:50:52 +0000 Subject: [PATCH] =?UTF-8?q?Add=20BB=5FSH=20to=20get=5Flast=5Fpath=5Fcompon?= =?UTF-8?q?ent()...=20=20Fix=20thanks=20to=20Bj=EF=BF=BDrn=20Eriksson.?= 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;