mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
ignore comments in the flags
This commit is contained in:
parent
55591e0bac
commit
524a059a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
|
|||
|
||||
# Allow users to override command-line options
|
||||
if [[ -f $XDG_CONFIG_HOME/chrome-dev-flags.conf ]]; then
|
||||
CHROME_USER_FLAGS="$(cat $XDG_CONFIG_HOME/chrome-dev-flags.conf)"
|
||||
CHROME_USER_FLAGS="$(grep -v '^#' $XDG_CONFIG_HOME/chrome-dev-flags.conf)"
|
||||
fi
|
||||
|
||||
# Launch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue