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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

doogie-3
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;