From: Silvio Rhatto Date: Wed, 7 Mar 2018 07:46:14 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b3f4a69af036ae36b0e846083bca95394bde33e4;p=utils-x11.git Minor fix --- diff --git a/chromium-profile b/chromium-profile index b2a4226..662e48e 100755 --- a/chromium-profile +++ b/chromium-profile @@ -26,7 +26,7 @@ if [ -z "$1" ]; then exit 1 fi -if which chromium 2> /dev/null; then +if which chromium &> /dev/null; then PROFILE="$BASE/$1" # Copy default profile if available, or start a new one