mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Correctly pick first browser choice.
This commit is contained in:
@@ -34,6 +34,7 @@ if [ -z "${BROWSER}" ] ; then
|
||||
for t in google-chrome-beta google-chrome firefox ; do
|
||||
if BROWSER=$(command -v ${t}); then
|
||||
export BROWSER
|
||||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user