diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-12 09:12:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-12 09:18:09 +0100 |
commit | 9b2a01c1ca59ab88cf0f947a3d265c0e7d165340 (patch) | |
tree | 2582e16b79aa3e5853ad9d96aa31c2a8efc585f8 | |
parent | 9a38118b12113579a2eb8c794f9dddd7db27e992 (diff) |
A missing getuid.so is not fatal
...all the places that would LD_PRELOAD it check for it being set anyway.
Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f
-rw-r--r-- | solenv/bin/modules/installer/download.pm | 2 |
1 files changed, 0 insertions, 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; } |