Another lol fix (#670)

This commit is contained in:
Alexei Syssoyev 2020-05-31 16:06:59 -03:00 committed by GitHub
parent bc28b6bc70
commit a876f3788e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,5 @@ case "$1" in
setsid -f tsp curl -LO "$1" >/dev/null 2>&1 ;; setsid -f tsp curl -LO "$1" >/dev/null 2>&1 ;;
*) *)
if [ -f "$1" ]; then "$TERMINAL" -e "$EDITOR $1" if [ -f "$1" ]; then "$TERMINAL" -e "$EDITOR $1"
else setsid -f $BROWSER "$1" >/dev/null 2>&1 fi ;; else setsid -f $BROWSER "$1" >/dev/null 2>&1; fi ;;
esac esac