git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1168 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-19 03:22:46 +00:00
parent cf693e09f8
commit 4fd5215abb
3 changed files with 22 additions and 2 deletions

View File

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

10
lib/error/compile_et.in Executable file
View File

@@ -0,0 +1,10 @@
#!/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

10
lib/krb5/error/compile_et.in Executable file
View File

@@ -0,0 +1,10 @@
#!/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