From 9b2a01c1ca59ab88cf0f947a3d265c0e7d165340 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Feb 2013 09:12:29 +0100 Subject: A missing getuid.so is not fatal ...all the places that would LD_PRELOAD it check for it being set anyway. Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f --- solenv/bin/modules/installer/download.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm index 0f62eaad714f..56606e8a369a 100644 --- a/solenv/bin/modules/installer/download.pm +++ b/solenv/bin/modules/installer/download.pm @@ -216,8 +216,6 @@ sub get_path_for_library $getuidlibraryref = installer::scriptitems::get_sourcepath_from_filename_and_includepath_classic(\$getuidlibraryname, $includepatharrayref, 0); } - if ($$getuidlibraryref eq "") { installer::exiter::exit_program("ERROR: Could not find $getuidlibraryname!", "get_path_for_library"); } - return $$getuidlibraryref; } -- cgit