diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-04 05:54:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-04 05:54:56 +0000 |
commit | f7571319b3d693059705b5d20682bea44cb7d195 (patch) | |
tree | 12b62f5fc5d49a63cc543f011fd214673a9bce0f /MDK/Common.pm.pl | |
parent | 658c477f1ea4b2f6e6b2370561dbde383a33bdb7 (diff) | |
download | perl-MDK-Common-f7571319b3d693059705b5d20682bea44cb7d195.tar perl-MDK-Common-f7571319b3d693059705b5d20682bea44cb7d195.tar.gz perl-MDK-Common-f7571319b3d693059705b5d20682bea44cb7d195.tar.bz2 perl-MDK-Common-f7571319b3d693059705b5d20682bea44cb7d195.tar.xz perl-MDK-Common-f7571319b3d693059705b5d20682bea44cb7d195.zip |
setVarsInSh() now tries to use quoting only when really needed,
otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin)
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r-- | MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index ba7a989..62dcb51 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -74,7 +74,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.1.16"; +$VERSION = "1.1.17"; 1; EOF |