aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-06 08:26:23 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-06 08:26:23 +0300
commitd713f4ed5193143bc16c40c2fd5096628082c047 (patch)
tree19a8b997796b0c3604277418b65656cbd8c4a5d3 /src/piesctl.c
parentb220b5a367469c571358c34ea0df813522e99485 (diff)
downloadpies-d713f4ed5193143bc16c40c2fd5096628082c047.tar.gz
pies-d713f4ed5193143bc16c40c2fd5096628082c047.tar.bz2
Change syntax of the env.clear statement.
It no longer requires an argument. The correct syntax is env { clear; }
Diffstat (limited to 'src/piesctl.c')
-rw-r--r--src/piesctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index 390ccfc..2e35aea 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -189,7 +189,7 @@ parse_config (void)
if (grecs_assert_value_type (node->v.value, GRECS_TYPE_STRING,
&node->locus))
exit (EX_CONFIG);
-
+
if (pies_url_create (&client.url, node->v.value->v.string))
{
grecs_error (&node->locus, 0, _("%s: cannot create URL: %s"),

Return to:

Send suggestions and report system problems to the System administrator.