Artifact abe9806348ae250be098ca0b3f265709debde012:
- 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...]
#!/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 fullcmd="$prefix/bin/$cmd" echo "$fullcmd \"\$@\""