File: .strap_run

package info (click to toggle)
sp-gxmlcpp 1.0.20040603-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,592 kB
  • ctags: 267
  • sloc: sh: 7,360; cpp: 1,626; makefile: 120
file content (8 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/bash -e
cd `dirname $0`

# Run-time linking
echo export LD_LIBRARY_PATH="`pwd`/sp-gxmlcpp/.libs:${LD_LIBRARY_PATH}"

# Execution paths
echo export PATH="`pwd`/examples:${PATH}"