Closed hschmidt closed 11 years ago
Because [@"" componentsSeparatedByString:...] returns @[ @"" ] we end up with envlib_unsetenv() being invoked unnecessarily with the empty string.
[@"" componentsSeparatedByString:...]
@[ @"" ]
envlib_unsetenv()
Because
[@"" componentsSeparatedByString:...]
returns@[ @"" ]
we end up withenvlib_unsetenv()
being invoked unnecessarily with the empty string.