You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/11/14 19:11:49 UTC

svn commit: r714089 - /ofbiz/trunk/debian/move-files.pl

Author: doogie
Date: Fri Nov 14 10:11:49 2008
New Revision: 714089

URL: http://svn.apache.org/viewvc?rev=714089&view=rev
Log:
When running find, pass the command name thru using qw() as well.

Modified:
    ofbiz/trunk/debian/move-files.pl

Modified: ofbiz/trunk/debian/move-files.pl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/move-files.pl?rev=714089&r1=714088&r2=714089&view=diff
==============================================================================
--- ofbiz/trunk/debian/move-files.pl (original)
+++ ofbiz/trunk/debian/move-files.pl Fri Nov 14 10:11:49 2008
@@ -90,7 +90,7 @@
 }
 system('rm', '-rf', 'debian/ofbiz', 'debian/ofbiz-specialpurpose');
 
-open(FIND, '-|', 'find', qw(-printf %P\0)) || die("Couldn't run find");
+open(FIND, '-|', qw(find -printf %P\0)) || die("Couldn't run find");
 $/ = "\0";
 while (<FIND>) {
 	chomp;