in reply to Re^2: Environment Var Problem
in thread Environment Var Problem

It checks if the new path is in LD_LIBRARY_PATH before running itself again. Once the new path is there, it doesn't run itself anymore, breaking the loop.

Replies are listed 'Best First'.
Re^4: Environment Var Problem
by Anonymous Monk on May 10, 2006 at 14:46 UTC
    It works, but I didn't get the stdout from a print statement inserted before the exec.

    Slimey, but satisfying.

    Thanks for the help.