Artifact d96f80e4dce130b5ec5c57925acde307a1e1ba5b:
- Executable file utils/mk_wrapper — part of check-in [fa512c78ed] at 2013-04-08 14:08:48 on branch development — Fixed -m, added conditional waiver propagation (user: mrwellan, size: 192) [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 \"\$@\""