summarylogtreecommitdiffstats
path: root/google-chrome-beta.sh
diff options
context:
space:
mode:
Diffstat (limited to 'google-chrome-beta.sh')
-rw-r--r--google-chrome-beta.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/google-chrome-beta.sh b/google-chrome-beta.sh
index d10b966da37e..5182da4fa19d 100644
--- a/google-chrome-beta.sh
+++ b/google-chrome-beta.sh
@@ -4,7 +4,7 @@ XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
# Allow users to override command-line options
if [[ -f $XDG_CONFIG_HOME/chrome-beta-flags.conf ]]; then
- CHROME_USER_FLAGS="$(cat $XDG_CONFIG_HOME/chrome-beta-flags.conf)"
+ CHROME_USER_FLAGS="$(grep -v '^#' $XDG_CONFIG_HOME/chrome-beta-flags.conf)"
fi
# Launch