From 2d5b64273fb10938f963ea845bf558b55c3884fa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 22 Dec 2000 18:02:02 +0000 Subject: Cleanup from Gennady Feldman --- lash.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'lash.c') diff --git a/lash.c b/lash.c index a47ff5ca2..14571169b 100644 --- a/lash.c +++ b/lash.c @@ -807,14 +807,8 @@ static int get_command(FILE * source, char *command) signal(SIGWINCH, SIG_DFL); return 0; #else - i=strlen(cwd); - i--; - if (i>1){ - while ((i>0) && (*(cwd+i)!='/') ) i--; - if (*(cwd+i)=='/') i++; - } - - fprintf(stdout, "[%s@%s %s]%s",user, buf, (cwd+i), prompt); + fprintf(stdout, "[%s@%s %s]%s",user, buf, + get_last_path_component(cwd), prompt); fflush(stdout); #endif } -- cgit v1.2.3