Fix shellcheck warnings
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
BRAVE_USER_FLAGS_FILE="$XDG_CONFIG_HOME/brave-flags.conf"
|
||||
if [[ -f $BRAVE_USER_FLAGS_FILE ]]; then
|
||||
USER_FLAGS="$(cat $BRAVE_USER_FLAGS_FILE | sed 's/#.*//')"
|
||||
USER_FLAGS="$(sed 's/#.*//' < "$BRAVE_USER_FLAGS_FILE")"
|
||||
fi
|
||||
|
||||
/usr/bin/brave $@ $USER_FLAGS
|
||||
/usr/bin/brave "$@" "$USER_FLAGS"
|
||||
|
||||
Reference in New Issue
Block a user