Differences From Artifact [313bc7ad6e]:
- Executable file utils/mk_wrapper — part of check-in [c06a5da0d3] at 2012-04-17 17:53:58 on branch trunk — Put megatest into wrapper (user: mrwellan, size: 197) [annotate] [blame] [check-ins using]
To Artifact [af950f4763]:
- Executable file utils/mk_wrapper — part of check-in [52a15efc23] at 2012-11-02 11:57:52 on branch trunk — Cleaned up the checks for being in a megatest area, ensure all exit correctly (user: mrwellan, size: 188) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | #!/bin/bash prefix=$1 cmd=$2 echo "#!/bin/bash" if [ "$LD_LIBRARY_PATH" != "" ];then echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH" fi |