changeset 28501:e5ced6bd5ac0

Backed out changeset 9e9ddc90e88a.
author Rik <rik@octave.org>
date Wed, 24 Jun 2020 07:42:37 -0700
parents 9e9ddc90e88a
children 39e6308e4251
files scripts/pkg/pkg.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/pkg/pkg.m	Tue Jun 23 11:55:11 2020 -0700
+++ b/scripts/pkg/pkg.m	Wed Jun 24 07:42:37 2020 -0700
@@ -456,7 +456,7 @@
         endif
         action = varargin{i};
       otherwise
-        files{end+1} = tolower (varargin{i});
+        files{end+1} = varargin{i};
     endswitch
   endfor