From fb222be2f02d0c58e74dc60c9c49b8b575325b71 Mon Sep 17 00:00:00 2001 From: edbarz9 Date: Sat, 2 May 2020 12:13:54 +0200 Subject: [PATCH] use BROWSER env variable for browser --- scripts/sde-ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sde-ctl b/scripts/sde-ctl index c1db61f..d0a0e63 100644 --- a/scripts/sde-ctl +++ b/scripts/sde-ctl @@ -2,7 +2,7 @@ case $1 in "web") - waterfox + $BROWSER ;; "mu") case $2 in