Files
heimdal/lib/com_err/compile_et.in
Johan Danielsson 542ed814f5 more compatibility
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4134 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-05 05:20:00 +00:00

25 lines
169 B
Bash
Executable File

#!/bin/sh
# $Id$
while :; do
case "$1" in
-lang*)
shift
shift
;;
-debug)
shift
;;
*)
break
;;
esac
done
for i do
@awk@ '
#awksrc
' "$i"
done