[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.1-212-gcb52442



The following commit has been merged in the master branch:
commit cb5244204daf4f63c6b53c834c557ac8b447815a
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Aug 8 12:36:21 2011 +0200

    Corrected fields, it used subs from Utils that was not loaded

diff --git a/collection/fields b/collection/fields
index aac9741..f8daaf7 100755
--- a/collection/fields
+++ b/collection/fields
@@ -26,7 +26,8 @@ use strict;
 use warnings;
 
 if (-d 'fields'){
-    delete_dir('fields') or die 'Could not remove old fields directory';
+    system('rm', '-rf', 'fields') == 0
+        or die 'Could not remove old fields directory';
 }
 
 exit 0;

-- 
Debian package checker


Reply to: