From 54475bc4faad84136acba9b18530d7db307cdd6b Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 27 Apr 2007 00:15:12 +0000 Subject: [PATCH] Fix 'check -C' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6128 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/shorewall | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index b3a783060..8cf39710c 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -570,6 +570,12 @@ check_command() { DEBUG=Yes; option=${option#d} ;; + C) + [ $# -gt 0 ] || fatal_error "-C must be followed by a compiler name" + SHOREWALL_COMPILER=$2 + option= + shift + ;; *) usage 1 ;;