Shellcheck (#676)

Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
This commit is contained in:
JameyBear
2020-06-01 15:29:57 -04:00
committed by GitHub
parent 87b0754319
commit f820ccf4dd
16 changed files with 26 additions and 26 deletions

View File

@@ -18,5 +18,5 @@ case "$1" in
setsid -f tsp curl -LO "$1" >/dev/null 2>&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