|
26 | 26 | # |
27 | 27 | # |
28 | 28 | # IDENTIFICATION |
29 | | -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.84 2000/02/08 15:58:54 momjian Exp $ |
| 29 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.85 2000/02/09 00:21:49 petere Exp $ |
30 | 30 | # |
31 | 31 | #------------------------------------------------------------------------- |
32 | 32 |
|
@@ -237,7 +237,6 @@ if [ "$usage" ]; then |
237 | 237 | echo" -L, --pglib <libdir> Where to find the input files" |
238 | 238 | echo" -t, --template Re-initialize template database only" |
239 | 239 | echo" -d, --debug Generate lots of debugging output" |
240 | | -echo" -s, --show Do not action, show the initdb setting only" |
241 | 240 | echo" -n, --noclean Do not clean up after errors" |
242 | 241 | echo |
243 | 242 | echo"Report bugs to <pgsql-bugs@postgresql.org>." |
@@ -324,7 +323,7 @@ GLOBAL_DESCR="$PGLIB"/global1.description |
324 | 323 | PG_GEQO_SAMPLE="$PGLIB"/pg_geqo.sample |
325 | 324 | PG_POSTMASTER_OPTS_DEFAULT_SAMPLE="$PGLIB"/postmaster.opts.default.sample |
326 | 325 |
|
327 | | -if ["$show_setting" ] |
| 326 | +if ["$show_setting"-eq 1] |
328 | 327 | then |
329 | 328 | echo |
330 | 329 | echo"The initdb setting:" |
|