]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
Fix an invocation of "/bin/bash " to be "/bin/bash"
authorJon Ludlam <Jonathan.Ludlam@eu.citrix.com>
Tue, 12 Oct 2010 10:08:16 +0000 (11:08 +0100)
committerJon Ludlam <Jonathan.Ludlam@eu.citrix.com>
Tue, 12 Oct 2010 10:08:16 +0000 (11:08 +0100)
Signed-off-by: Jon Ludlam <Jonathan.Ludlam@eu.citrix.com>
ocaml/xapi/xapi_network_real.ml

index 4f398615925f9cf74433382d81f6715dfbd9b630..954cec5f827241a65809b563f9e13eae106c1ab3 100644 (file)
@@ -90,7 +90,7 @@ let maybe_shutdown_guest_installer_network bridge =
   begin
     match with_logfile_fd "fix_firewall"
       (fun out ->
-       let pid = safe_close_and_exec None (Some out) (Some out) [] "/bin/bash " [Constants.fix_firewall_script;bridge] in
+       let pid = safe_close_and_exec None (Some out) (Some out) [] "/bin/bash" [Constants.fix_firewall_script;bridge] in
        waitpid pid)
     with
       | Success(log,_) -> ()