File: hat-template.inst

package info (click to toggle)
hat 2.02-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,296 kB
  • ctags: 668
  • sloc: haskell: 64,394; ansic: 6,112; sh: 888; makefile: 451
file content (5 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh
#	simple redirection script to find the correct executable
#	for this machine architecture
MACHINE=${MACHINE-"`ScriptDir/harch`"}
exec ExecutableDir/$MACHINE/`basename $0` "$@"