From fbb12ddc6a53ad97ff6bcc7ed9b253c09001ad2f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 22 Jun 2009 00:47:18 +0200 Subject: post 1.14.1 fixes; bump version to 1.14.2 Signed-off-by: Denys Vlasenko --- shell/ash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 4acc301..4981f4c 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -11909,7 +11909,8 @@ find_dot_file(char *name) */ return fullname; } - stunalloc(fullname); + if (fullname != name) + stunalloc(fullname); } /* not found in the PATH */ -- cgit v1.1