From 2850abde744ae8140cf7187ca80dea684f60f3fa Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 26 Feb 2010 16:12:29 +0100 Subject: Switched the order of message and execution in patch_capabilities. It seems more natural to have the message first, so that you can tell which file is taking long to complete. --- bin/patch_capabilities.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/patch_capabilities.pl b/bin/patch_capabilities.pl index bac7e64..d51f154 100755 --- a/bin/patch_capabilities.pl +++ b/bin/patch_capabilities.pl @@ -217,8 +217,8 @@ if (@ARGV) $commandToExecute .= $binaryPath; # Actually execute the elftran command to set the capabilities. + print ("Executing ".$commandToExecute."\n"); system ($commandToExecute." > NUL"); - print ("Executed ".$commandToExecute."\n"); ## Create another command line to check that the set capabilities are correct. #$commandToExecute = "elftran -dump s ".$binaryPath; -- cgit v0.12