From 35aafe26339309863b7162525dfcbe87c8caac2f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 May 2013 19:10:30 -0400 Subject: fix build --- Command/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/WebApp.hs') diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 6b9b8f783..f3bed10cb 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -170,7 +170,7 @@ openBrowser mcmd htmlshim realurl outh errh = do where p = case mcmd of Just cmd -> proc cmd [htmlshim] - Nothing -> browserProc htmlshim url + Nothing -> browserProc url #ifdef __ANDROID__ {- Android does not support file:// urls, but neither is - the security of the url in the process table important -- cgit v1.2.3