]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Mar 2018 07:46:14 +0000 (04:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Mar 2018 07:46:14 +0000 (04:46 -0300)
chromium-profile

index b2a42266a34de8c92596780dcb96b247c124bf31..662e48e7f0df68d94f8a3f461c7606964948efdb 100755 (executable)
@@ -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