]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Cleanup chromium-profile
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 4 Feb 2018 18:06:59 +0000 (16:06 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 4 Feb 2018 18:06:59 +0000 (16:06 -0200)
chromium-profile

index 8a634d95d681993fdb1728698709661010da4bbb..b2a42266a34de8c92596780dcb96b247c124bf31 100755 (executable)
@@ -20,8 +20,7 @@ if [ -z "$1" ]; then
   echo "usage: $BASENAME <profile>"
 
   if [ ! -z "$PROFILES" ]; then
-    echo "available profiles:"
-    echo "\t $(ls $BASE | xargs)"
+    echo "available profiles: $PROFILES"
   fi
 
   exit 1