mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-27 10:25:01 +01:00
Merge pull request #303 (uniform syntax)
This commit is contained in:
commit
8927478efb
@ -10,7 +10,7 @@ if [[ "$(uname -s)" = "Darwin" ]] ; then
|
||||
else
|
||||
ffmprovisr_path=$(find /usr/local/Cellar/ffmprovisr -iname 'index.html' | sort -M | tail -n1)
|
||||
fi
|
||||
if [ -n "${default_browser}" ] ; then
|
||||
if [[ -n "${default_browser}" ]] ; then
|
||||
open -b "${default_browser}" "${ffmprovisr_path}"
|
||||
else
|
||||
open "${ffmprovisr_path}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user