@@ -288,11 +288,11 @@ if ([fileManager directoryExistsAtPath: path]) continue; file = [OFFile fileWithPath: path - mode: @"rb"]; + mode: @"r"]; value = [file readLineWithEncoding: encoding]; if (value != nil) [_environment setObject: value forKey: name];