mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
remove double quotes from linkhandler (#352)
This commit is contained in:
parent
0ca35ac152
commit
84bf18f2e8
@ -18,5 +18,5 @@ case "$1" in
|
|||||||
setsid tsp curl -LO "$1" >/dev/null 2>&1 & ;;
|
setsid 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 "$BROWSER" "$1" >/dev/null 2>&1 & fi ;;
|
else setsid $BROWSER "$1" >/dev/null 2>&1 & fi ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user