File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.18 1996/11/27 08:16:16 bryanh Exp $
29
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.19 1996/11/29 06:24:14 bryanh Exp $
30
30
#
31
31
# -------------------------------------------------------------------------
32
32
@@ -51,10 +51,10 @@ CMDNAME=`basename $0`
51
51
# The 2>/dev/null is to swallow the "postconfig: not found" message if there
52
52
# is no postconfig.
53
53
54
- postconfig_result=` sh -c postconfig 2> /dev/null`
55
- if [ ! -z $postconfig_result ]; then
54
+ postconfig_result=" ` sh -c postconfig 2> /dev/null` "
55
+ if [ ! -z " $postconfig_result " ]; then
56
56
set -a # Make the following variable assignment exported to environment
57
- eval $postconfig_result
57
+ eval " $postconfig_result "
58
58
set +a # back to normal
59
59
fi
60
60
You can’t perform that action at this time.
0 commit comments