File: gp2c-run

package info (click to toggle)
gp2c 0.0.5pl2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,508 kB
  • ctags: 1,114
  • sloc: ansic: 8,284; sh: 544; lex: 337; yacc: 158; makefile: 135
file content (16 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
#This file is part of the GP2C package
#
#This stupid shell script is Public Domain.
#

if test ! -f scripts/gp2c-run; then
cat <<EOF 1>&2
Package has not been configured.
Please type
./configure
to configure it.
EOF
exit 1;
fi
GP2C=./gp2c scripts/gp2c-run $*