summaryrefslogtreecommitdiff
path: root/mu/mailutils-config
diff options
context:
space:
mode:
Diffstat (limited to 'mu/mailutils-config')
-rw-r--r--[-rwxr-xr-x]mu/mailutils-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu/mailutils-config b/mu/mailutils-config
index 788ba1ea9..f8a2a0f03 100755..100644
--- a/mu/mailutils-config
+++ b/mu/mailutils-config
@@ -1,6 +1,6 @@
#! /bin/sh
# A deprecated interface to GNU Mailutils configuration facilities.
-# Copyright (C) 2010-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-2024 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -25,7 +25,7 @@ file=
dir=`expr "$0" : '\(.*\)/.*'`
muname=mailutils
-test -n "$dir" && PATH=$PATH:$dir
+test -n "$dir" && PATH=$dir:$PATH
usage() {
cat <<EOT

Return to:

Send suggestions and report system problems to the System administrator.