Artifact 37e41509e7eac48b3776372e8a07c805d5d126bf:
- Executable file utils/mk_dashboard_wrapper — part of check-in [f2ad9ca9c4] at 2011-09-26 11:22:05 on branch fixup — Fixed up Makefile to install mt_ files in PREFIX (user: mrwellan, size: 187) [annotate] [blame] [check-ins using] [more...]
#!/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 \$*"