aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-01-08 10:16:13 +0000
committerRon Yorston <rmy@pobox.com>2014-01-08 10:16:13 +0000
commit7c5afa38816cf4a833cfc25256a050d397a9be98 (patch)
tree8b15542e9e065be67a22841fcbc25ef8c8b31218 /shell
parent7f0cb741c77f74a48ffd10a1e7d36ff2adf95f03 (diff)
downloadbusybox-w32-7c5afa38816cf4a833cfc25256a050d397a9be98.tar.gz
busybox-w32-7c5afa38816cf4a833cfc25256a050d397a9be98.tar.bz2
busybox-w32-7c5afa38816cf4a833cfc25256a050d397a9be98.zip
ash: drop unnecessary change from upstream BusyBox
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 0 insertions, 2 deletions
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)
6116 if (*name == '\0') { 6116 if (*name == '\0') {
6117 home = lookupvar("HOME"); 6117 home = lookupvar("HOME");
6118 } else { 6118 } else {
6119 if (ENABLE_PLATFORM_MINGW32)
6120 goto lose;
6121 pw = getpwnam(name); 6119 pw = getpwnam(name);
6122 if (pw == NULL) 6120 if (pw == NULL)
6123 goto lose; 6121 goto lose;