From 7c5afa38816cf4a833cfc25256a050d397a9be98 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 8 Jan 2014 10:16:13 +0000 Subject: ash: drop unnecessary change from upstream BusyBox --- shell/ash.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 0cb1d2791..be72e84f6 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -6116,8 +6116,6 @@ exptilde(char *startp, char *p, int flags) if (*name == '\0') { home = lookupvar("HOME"); } else { - if (ENABLE_PLATFORM_MINGW32) - goto lose; pw = getpwnam(name); if (pw == NULL) goto lose; -- cgit v1.2.3-55-g6feb