aboutsummaryrefslogtreecommitdiff
path: root/chromium-profile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-03-07 04:46:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-03-07 04:46:14 -0300
commitb3f4a69af036ae36b0e846083bca95394bde33e4 (patch)
treec0a827e34ab0fd574490ca96acd50b9a5683be72 /chromium-profile
parent7175cc3433e4ffb4077284bf41291e6555094e00 (diff)
downloadutils-x11-b3f4a69af036ae36b0e846083bca95394bde33e4.tar.gz
utils-x11-b3f4a69af036ae36b0e846083bca95394bde33e4.tar.bz2
Minor fix
Diffstat (limited to 'chromium-profile')
-rwxr-xr-xchromium-profile2
1 files changed, 1 insertions, 1 deletions
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