All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-host-install: die on unknown options
@ 2015-05-18 12:46 Ian Jackson
  0 siblings, 0 replies; only message in thread
From: Ian Jackson @ 2015-05-18 12:46 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ts-host-install |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/ts-host-install b/ts-host-install
index b13f293..9d6a73c 100755
--- a/ts-host-install
+++ b/ts-host-install
@@ -37,6 +37,8 @@ while (@ARGV and $ARGV[0] =~ m/^-/) {
     $xopts{DebconfPriority}= defined($1) ? $1 : 'low';
     } elsif  (m/^--rescue$/) {
 	$xopts{RescueMode}= 1;
+    } else {
+	die "$_ $!";
     }
 }
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-18 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 12:46 [OSSTEST PATCH] ts-host-install: die on unknown options Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.