Changed gawk to awk.

This commit is contained in:
Bruce Momjian 1996-09-25 19:24:58 +00:00
parent b12fb0e6b5
commit 0d83b86720
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.5 1996/08/26 06:04:49 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.6 1996/09/25 19:24:58 momjian Exp $
#
# NOTES
# non-essential whitespace is removed from the generated file.
@ -65,7 +65,7 @@ sed -e 's/\/\*.*\*\///g' \
-e 's/^NameData/\name/g' \
-e 's/(NameData/(name/g' \
-e 's/(Oid/(oid/g' | \
gawk '
awk '
# ----------------
# now use awk to process remaining .h file..
#