diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-11-11 01:24:33 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-11-11 01:24:33 +0159 |
commit | 830590691f7272ab8c1f0db29887c2bd8fc93874 (patch) | |
tree | c59c302aa8a90bf734c1e5f58f4666bde5f5417d /perl-install/install/NEWS | |
parent | d7d5ba42ce1e234de688ae6648145e71f821c92e (diff) | |
download | drakx-830590691f7272ab8c1f0db29887c2bd8fc93874.tar drakx-830590691f7272ab8c1f0db29887c2bd8fc93874.tar.gz drakx-830590691f7272ab8c1f0db29887c2bd8fc93874.tar.bz2 drakx-830590691f7272ab8c1f0db29887c2bd8fc93874.tar.xz drakx-830590691f7272ab8c1f0db29887c2bd8fc93874.zip |
properly escape 5096UID
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f6b795f46..9c9f00705 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ -- use $UID instead of $(id -u) +- properly escape $$UID +- use $$UID instead of $$(id -u) Version 15.72.1 - 9 November 2013 |