diff options
Diffstat (limited to 'Master/setuptl/TLPM/cmdl.pm')
-rw-r--r-- | Master/setuptl/TLPM/cmdl.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/setuptl/TLPM/cmdl.pm b/Master/setuptl/TLPM/cmdl.pm index 141e7b1a9e3..b654736c471 100644 --- a/Master/setuptl/TLPM/cmdl.pm +++ b/Master/setuptl/TLPM/cmdl.pm @@ -1,10 +1,10 @@ -# This file belongs to TLPM v2.14, TeX Live Package Manager +# This file belongs to TLPM v2.16, TeX Live Package Manager # Public Domain, P.Jackowski@gust.org.pl # cmdline parsing -# surely we can't rely on windows shell behaviour, so we make all the parsing. -# some day I'd like to use native shell for u*x though... +# since I can't rely on windows shell behaviour, I make all the parsing +# on my own. some day I'd like to use native shell for u*x though... sub resolve_env # resolve environment variables { |