--- /usr/bin/chromium-browser 2015-09-30 01:55:24.000000000 +0100 +++ chromium-browser 2015-11-09 15:26:17.374289100 +0000 @@ -217,10 +217,10 @@ exit $? else if [ $want_temp_profile -eq 0 ] ; then - exec $LIBDIR/$APPNAME $CHROMIUM_FLAGS "$@" + exec $LIBDIR/$APPNAME "$CHROMIUM_FLAGS" "$@" else # we can't exec here as we need to clean-up the temporary profile - $LIBDIR/$APPNAME $CHROMIUM_FLAGS "$@" + $LIBDIR/$APPNAME "$CHROMIUM_FLAGS" "$@" rm -rf $TEMP_PROFILE fi fi