From 704b0373c95f03c05b0ab09ea25160d742cc5f50 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 30 Mar 2006 16:35:49 +0000 Subject: [PATCH] Small optimization in 'shorecap' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3759 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorecap | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Shorewall/shorecap b/Shorewall/shorecap index 84cf49a6e..ef6eb68cb 100755 --- a/Shorewall/shorecap +++ b/Shorewall/shorecap @@ -288,12 +288,7 @@ determine_capabilities() { report_capability() # $1 = Capability { - local setting - - eval setting=\$$1 - - echo $1=$setting - + eval echo $1=\$$1 } report_capabilities() {