weird DOS CMD shell is weird

This commit is contained in:
Joey Hess 2013-12-06 22:07:16 -04:00
parent d5a50a0c8b
commit 2fc0330c3b

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