Differences From Artifact [abe9806348]:
- Executable file utils/mk_wrapper — part of check-in [f6ec489c16] at 2013-04-23 13:37:01 on branch v1.54 — Set transport type to fs if fail to connect to server (user: mrwellan, size: 298) [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 |