Artifact af950f47635df10e4301a2acf473c31a2ba204a7:
- 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...]
#!/bin/bash prefix=$1 cmd=$2 echo "#!/bin/bash" if [ "$LD_LIBRARY_PATH" != "" ];then echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH" fi fullcmd="$prefix/bin/$cmd" echo "$fullcmd \$*"