File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
#
27
27
#
28
28
# IDENTIFICATION
29
- # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.15 1996/11/23 09:42:51 bryanh Exp $
29
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.16 1996/11/25 05:51:50 bryanh Exp $
30
30
#
31
31
# -------------------------------------------------------------------------
32
32
@@ -49,8 +49,10 @@ CMDNAME=`basename $0`
49
49
# our invocation of it silently fails.
50
50
51
51
# The x=x below is to satisfy export if postconfig returns nothing.
52
+ # The 2>/dev/null is to swallow the "postconfig: not found" message if there
53
+ # is not postconfig, but it is ineffective in some shells. Better ideas?
52
54
53
- export x=x $( exec postconfig 2> /dev/null)
55
+ export x=x $( postconfig 2> /dev/null)
54
56
55
57
# Set defaults:
56
58
debug=0
You can’t perform that action at this time.
0 commit comments