Revert "try different syntax"

This reverts commit 891ca9a75d.
This commit is contained in:
Joey Hess 2013-12-06 21:48:35 -04:00
parent 891ca9a75d
commit d5a50a0c8b

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