[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/kcal/tests
From:       Raphael Kubo da Costa <kubito () gmail ! com>
Date:       2010-01-22 18:05:03
Message-ID: 1264183503.593520.19547.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1078720 by rkcosta:

Use quotemeta so that the system() call doesn't choke on paths with spaces.


 M  +3 -3      runsingletestcase.pl  


--- trunk/KDE/kdepimlibs/kcal/tests/runsingletestcase.pl #1078719:1078720
@@ -36,9 +36,9 @@
   exit 1;
 }
 
-$app = $ARGV[0];
-$id = $ARGV[1];
-$file = $ARGV[2];
+$app = quotemeta $ARGV[0];
+$id = quotemeta $ARGV[1];
+$file = quotemeta $ARGV[2];
 
 $MAXERRLINES=25;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic