From 7423ac14e58b0ad9b351ebb75b0fbf11524c3895 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 25 Nov 2013 16:11:10 +0000 Subject: unposted, see 32050, 32051: remove non-ASCII characters in functions --- ChangeLog | 5 +++++ Completion/BSD/Command/_portaudit | 2 +- Completion/Unix/Command/_systemd | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e35ef94a..e35267a30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-25 Peter Stephenson + + * unposted, see 32050, 32051: remove non-ASCII characters in + installed functions as this causes sed on MacOS problems. + 2013-11-25 Peter Stephenson * unposted: Completion/Unix/Command/.distfiles, diff --git a/Completion/BSD/Command/_portaudit b/Completion/BSD/Command/_portaudit index bb942a824..788248d7f 100644 --- a/Completion/BSD/Command/_portaudit +++ b/Completion/BSD/Command/_portaudit @@ -6,7 +6,7 @@ _arguments -s \ '-d[print creation date of the database]' \ '-F[fetch the current database]' \ '-q[quiet mode]' \ - '-V[show portaudit version number]' \ + '-V[show portaudit version number]' \ '-v[verbose mode]' \ '-X[download a fresh database from least days old]:days:' \ '-f[check the packages listed in file]:file:_files' \ diff --git a/Completion/Unix/Command/_systemd b/Completion/Unix/Command/_systemd index 1aae4688b..d2a7895e1 100644 --- a/Completion/Unix/Command/_systemd +++ b/Completion/Unix/Command/_systemd @@ -1,6 +1,6 @@ #compdef systemctl systemd-loginctl -# Copyright (c) 2011 Foudil Brétel +# Copyright (c) 2011 Foudil Bre'tel # # This file is released under the GPLv3. # -- cgit 1.4.1