@@ -258,11 +258,11 @@ "variable: %s\n", tmp.UTF8String); continue; } key = [tmp substringToIndex: pos]; - value = [tmp substringFromRange: pos + 1]; + value = [tmp substringFromIndex: pos + 1]; [_environment setObject: value forKey: key]; objc_autoreleasePoolPop(pool);