diff options
Diffstat (limited to 'abs/extra/google-chrome/google-chrome-stable')
-rw-r--r-- | abs/extra/google-chrome/google-chrome-stable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/google-chrome/google-chrome-stable b/abs/extra/google-chrome/google-chrome-stable index b3b1e77..e55c822 100644 --- a/abs/extra/google-chrome/google-chrome-stable +++ b/abs/extra/google-chrome/google-chrome-stable @@ -6,4 +6,4 @@ if [[ -f ~/.config/chrome-flags.conf ]]; then fi # Launch -exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS $@
\ No newline at end of file +exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS "$@"
\ No newline at end of file |