From 68b8850149a2311a2953a80777d9e747a5972468 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 21:37:06 -0400 Subject: try different syntax --- Utility/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/WebApp.hs b/Utility/WebApp.hs index 2f3ebfb5b..4cf6e792d 100644 --- a/Utility/WebApp.hs +++ b/Utility/WebApp.hs @@ -54,7 +54,7 @@ browserProc url = proc "am" ["start", "-a", "android.intent.action.VIEW", "-d", url] #else #ifdef mingw32_HOST_OS -browserProc url = proc "cmd" ["/c", "start", url] +browserProc url = proc "cmd" ["/c", "start " ++ url] #else browserProc url = proc "xdg-open" [url] #endif -- cgit v1.2.3