summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/patch_capabilities.pl2
1 files changed, 1 insertions, 1 deletions
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;