/[smeserver]/rpms/e-smith-devtools/sme10/e-smith-devtools-2.6.0-quote_filenames.patch
ViewVC logotype

Contents of /rpms/e-smith-devtools/sme10/e-smith-devtools-2.6.0-quote_filenames.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Aug 23 08:36:56 2016 UTC (7 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-devtools-2_6_0-7_el7_sme, e-smith-devtools-2_6_0-12_el7_sme, e-smith-devtools-2_6_0-11_el7_sme, e-smith-devtools-2_6_0-14_el7_sme, e-smith-devtools-2_6_0-13_el7_sme, e-smith-devtools-2_6_0-6_el7_sme, e-smith-devtools-2_6_0-9_el7_sme, e-smith-devtools-2_6_0-5_el7_sme, e-smith-devtools-2_6_0-8_el7_sme, e-smith-devtools-2_6_0-10_el7_sme, HEAD
* Tue Aug 23 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme
- Quote filenames in genfilelist so filenames containing spaces are correctly
  handled [SME: 9750]

1 diff -Nur e-smith-devtools-2.6.0/genfilelist e-smith-devtools-2.6.0_bz9750/genfilelist
2 --- e-smith-devtools-2.6.0/genfilelist 2016-05-11 22:50:34.394307844 +0200
3 +++ e-smith-devtools-2.6.0_bz9750/genfilelist 2016-08-23 10:35:02.702875246 +0200
4 @@ -206,7 +206,7 @@
5 if (-d and defined $::dirperms{$path});
6 warn ("Invalid file permissions for symlink: $path\n")
7 if (-f and defined $::fileperms{$path});
8 - print "$path\n";
9 + print "\"$path\"\n";
10 }
11 elsif (-d)
12 {
13 @@ -247,11 +247,11 @@
14 {
15 print "$::fileperms{$dir} ";
16 }
17 - print "$path\n";
18 + print "\"$path\"\n";
19 }
20 }
21 else
22 {
23 - print "$path\n";
24 + print "\"$path\"\n";
25 }
26 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed