Another lol fix (#670)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user