#!/bin/sh # $Id: google-chrome,v 1.1 2014/08/27 01:12:14 friedman Exp $ # PepperFlash expects a locale to be set or things like the vsphere web # client pop up constant type errors. LANG=${LANG-en_US.UTF-8} export LANG exec run-next "$0" "$@" # eof