From 64c3c7c2730d53647a3d42a34e90887cc9162941 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 9 Oct 2014 13:38:22 -0400 Subject: [PATCH] missed ~ in =~ in changes from dhcp.pm --- 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 fc40e2e57..10bedbae8 100755 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -1513,7 +1513,7 @@ sub process_request if (/!remote!/) { next; } $ifarg .= " $_"; } - $ifarg = s/\=\" /\=\"/; + $ifarg =~ s/\=\" /\=\"/; $ifarg .= "\"\n"; while () {