File: hat-template.inst

package info (click to toggle)
hat 2.05%2Brerolled-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 9,316 kB
  • ctags: 1,077
  • sloc: haskell: 74,306; ansic: 9,588; sh: 1,770; makefile: 597
file content (5 lines) | stat: -rw-r--r-- 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` "$@"