Signed-off-by: Ian Jackson <ian.jack...@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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to