summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r--src/bin/psql/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index 7f91ff9fcef..8544d15109a 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -1114,7 +1114,7 @@ exec_command(const char *cmd,
}
else if (strchr(envvar,'=') != NULL)
{
- psql_error("\\%s: environment variable name must not contain '='\n",
+ psql_error("\\%s: environment variable name must not contain \"=\"\n",
cmd);
success = false;
}