We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba3774 commit 86100deCopy full SHA for 86100de
src/bin/psql/command.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.131 2004/11/06 04:29:40 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.132 2004/11/06 05:20:41 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "command.h"
@@ -1539,7 +1539,7 @@ do_shell(const char *command)
1539
if (!command)
1540
{
1541
char *sys;
1542
- const char *shellName = NULL;
+ const char *shellName;
1543
1544
shellName = getenv("SHELL");
1545
#ifdef WIN32
0 commit comments