A simpler way to fix buildme.pl on FreeBSD:
Code:
--------------------
--- buildme.pl.dist 2011-07-26 15:22:06.000000000 +0100
+++ buildme.pl 2011-08-10 23:59:05.000000000 +0100
@@ -419,7 +419,7 @@
}
print "INFO: Removing $dirsToExclude[$n] files from buildDir...\n";
- system("find $buildDir -depth | grep
'$dirsToExclude[$n]' $doInclude | xargs rm -rf &> /dev/null");
+ system("find $buildDir -depth | grep
'$dirsToExclude[$n]' $doInclude | xargs rm -rf > /dev/null 2>&1");
$n++;
}
--------------------
--
pallfreeman
Please vote for bug #17411.
------------------------------------------------------------------------
pallfreeman's Profile: http://forums.slimdevices.com/member.php?userid=37667
View this thread: http://forums.slimdevices.com/showthread.php?t=88765
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix