$OpenBSD: patch-kde-dev-scripts_svn-clean,v 1.2 2013/07/05 14:32:50 zhuk Exp $
Cleanup development scripts, making them more portable and secure.
Upstream review 110858: http://git.reviewboard.kde.org/r/110858/
--- kde-dev-scripts/svn-clean.orig	Fri Jun 28 22:03:13 2013
+++ kde-dev-scripts/svn-clean	Fri Jul  5 18:14:32 2013
@@ -95,7 +95,7 @@ delete $ENV{'TERM'};
 #print($heading."\n") unless $quiet;
 
 foreach my $dir (@files) {
-  open SVN, "svn status --no-ignore \"".$dir."\"|";
+  open SVN, "-|", qw(svn status --no-ignore), $dir;
   while (<SVN>) {
     /^[I?] +(.*)$/ or next;
     my $file = $1;
