projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08c3de3
)
Variable initializer no longer necessary.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 6 Nov 2004 05:20:41 +0000
(
05:20
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 6 Nov 2004 05:20:41 +0000
(
05:20
+0000)
src/bin/psql/command.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/command.c
b/src/bin/psql/command.c
index e82a649659175956bd472c3eb4edbfe3d3a2f8ff..85f0316b0abd2f8cf2fa99c2a9df2bd87650c687 100644
(file)
--- a/
src/bin/psql/command.c
+++ b/
src/bin/psql/command.c
@@
-1539,7
+1539,7
@@
do_shell(const char *command)
if (!command)
{
char *sys;
- const char *shellName
= NULL
;
+ const char *shellName;
shellName = getenv("SHELL");
#ifdef WIN32