aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'browserenv_unix.go')
-rw-r--r--browserenv_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/browserenv_unix.go b/browserenv_unix.go
index 0e62fe5..6d569e4 100644
--- a/browserenv_unix.go
+++ b/browserenv_unix.go
@@ -20,6 +20,5 @@ func shell() (args []string) {
// TODO
func shellEscapeCommand(browser, url string) string {
- // TODO: handle %s in browser command
return fmt.Sprintf("%s '%s'", browser, url)
}