From 019f6da4847ddd108d04d3d2d8c41becdca676d3 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 24 May 2013 09:22:34 +0000 Subject: [PATCH] fix for bug 3593: check_options error with makedhcp -s statements git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16419 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 8ae9a9c2f..12784eab9 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -840,7 +840,7 @@ sub check_options 'l|localonly' => \$localonly, 'n' => \$::opt_n, 'r' => \$::opt_r, - 's' => \$statements, # $statements is declared globally + 's=s' => \$statements, # $statements is declared globally 'q' => \$::opt_q )) {