Artifact c254108cd873b5374f084e2ce8d602e5c4db1aa4:
- Executable file utils/mk_dashboard_wrapper — part of check-in [e0c173490e] at 2011-10-08 21:27:59 on branch trunk — All (I hope) interdependencies captured and testing passes (user: matt, size: 189) [annotate] [blame] [check-ins using]
#!/bin/bash prefix=$1 echo "#!/bin/bash" if [ "$LD_LIBRARY_PATH" != "" ];then echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH" fi dboard=`realpath $prefix/bin/dboard` echo "$dboard \$*"