the usual LD_LIBRARY_PATH security fix

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=523068
wilder
Dirk Mueller 20 years ago
parent dabc5ec6a9
commit 059f5733b2
  1. 2
      kdesvn-build

@ -4037,9 +4037,9 @@ sub update_module_environment
# Also remove more than one colon.
for ($path, $libdir, $pc_path)
{
s/:+/:/;
s/^:*//;
s/:*$//;
s/:+/:/;
}
# Everyone loves unsermake. It's a pity that not every module will compile with it.

Loading…
Cancel
Save