Differences From Artifact [6105d8eb8f]:
- Executable file utils/mk_wrapper — part of check-in [1d89f11f7f] at 2014-03-22 22:57:48 on branch v1.55 — Put executables in sub dir and call based on MACHTYPE (user: matt, size: 358) [annotate] [blame] [check-ins using] [more...]
To Artifact [b9f245986d]:
- Executable file utils/mk_wrapper — part of check-in [20c0888a15] at 2014-03-24 15:56:11 on branch v1.55 — Switched to lsb_release -sr for os info (user: mrwellan, size: 305) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - - - + - | #!/bin/bash prefix=$1 cmd=$2 echo "#!/bin/bash" 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 |