Artifact 8d9de3b56e464373f98d916a0b6fde6c4a34e8a2:
- Executable file utils/mk_wrapper — part of check-in [db5773a8d7] at 2014-03-24 20:58:48 on branch v1.55 — Partial but broken update to arch dep install (user: mrwellan, size: 359) [annotate] [blame] [check-ins using]
#!/bin/bash prefix=$1 cmd=$2 if [ "$LD_LIBRARY_PATH" != "" ];then echo "INFO: Using LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >&2 echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH" else echo "INFO: LD_LIBRARY_PATH not set" >&2 fi echo "#!/bin/bash" echo "source $prefix/bin/.\$(lsb_release -sr)/cfg.sh" echo "exec $prefix/bin/.\$(lsb_release -sr)/$cmd \"\$@\""