try different syntax

This commit is contained in:
Joey Hess 2013-12-06 21:37:06 -04:00
parent 7ac6090088
commit 891ca9a75d

View file

@ -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