Files
heimdal/lib/com_err/compile_et.in
Assar Westerlund 4fd5215abb new name
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1168 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-01-19 03:22:46 +00:00

11 lines
137 B
Bash
Executable File

#!/bin/sh
file=@srcdir@/compile_et.awk
if [ ! -f $file ]; then
echo "compile_et: File not found: $file"
exit 1
fi
@AWK@ -f $file $1