We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e1d28 commit b3fb2d6Copy full SHA for b3fb2d6
src/backend/utils/Gen_fmgrtab.sh
@@ -9,13 +9,15 @@
9
#
10
11
# IDENTIFICATION
12
-# $PostgreSQL: pgsql/src/backend/utils/Gen_fmgrtab.sh,v 1.38 2008/01/01 19:45:52 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/Gen_fmgrtab.sh,v 1.39 2008/05/02 14:16:24 petere Exp $
13
14
#-------------------------------------------------------------------------
15
16
CMDNAME=`basename $0`
17
18
-: ${AWK='awk'}
+if [ x"$AWK" = x"" ]; then
19
+ AWK=awk
20
+fi
21
22
cleanup(){
23
[ x"$noclean" != x"t" ] && rm -f "$SORTEDFILE" "$$-$OIDSFILE" "$$-$TABLEFILE"
0 commit comments