We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda3771 commit 45f1d32Copy full SHA for 45f1d32
src/bin/initdb/initdb.sh
@@ -26,7 +26,7 @@
26
#
27
28
# IDENTIFICATION
29
-# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.14 1996/11/22 04:33:34 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.15 1996/11/23 09:42:51 bryanh Exp $
30
31
#-------------------------------------------------------------------------
32
@@ -50,7 +50,7 @@ CMDNAME=`basename $0`
50
51
# The x=x below is to satisfy export if postconfig returns nothing.
52
53
-export x=x $(postconfig 2>/dev/null)
+export x=x $(exec postconfig 2>/dev/null)
54
55
# Set defaults:
56
debug=0
0 commit comments