mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-23 19:21:21 +02:00
Fix 'check -C'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6128 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8721d87fe3
commit
54475bc4fa
@ -570,6 +570,12 @@ check_command() {
|
|||||||
DEBUG=Yes;
|
DEBUG=Yes;
|
||||||
option=${option#d}
|
option=${option#d}
|
||||||
;;
|
;;
|
||||||
|
C)
|
||||||
|
[ $# -gt 0 ] || fatal_error "-C must be followed by a compiler name"
|
||||||
|
SHOREWALL_COMPILER=$2
|
||||||
|
option=
|
||||||
|
shift
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
usage 1
|
usage 1
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user