Avoid the following: ./msgaccel-prepare -S"dir" file Unknown option: Sdir
So "dir" is not interpreted as an argument to "-S". This was apparently introduced in Getopt::Long version 2.48. --- po/perl/msgaccel-prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/perl/msgaccel-prepare b/po/perl/msgaccel-prepare index 4b68310f..eead3992 100755 --- a/po/perl/msgaccel-prepare +++ b/po/perl/msgaccel-prepare @@ -4,7 +4,7 @@ use strict; use warnings; use Locale::PO qw(); -use Getopt::Long qw(GetOptions :config bundling gnu_compat); +use Getopt::Long qw(GetOptions :config bundling); use autouse 'Pod::Usage' => qw(pod2usage); use autouse 'File::Spec::Functions' => qw(catfile); -- 2.13.6 -- http://lists.linuxfromscratch.org/listinfo/elinks-dev Unsubscribe: See the above information page