new name
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1168 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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
10
lib/error/compile_et.in
Executable 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
10
lib/krb5/error/compile_et.in
Executable 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
|
Reference in New Issue
Block a user