From: Silvio Rhatto Date: Sun, 4 Feb 2018 18:06:59 +0000 (-0200) Subject: Cleanup chromium-profile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d99c8f443b385450f0d77b68cc8c14450fcf05bd;p=utils-x11.git Cleanup chromium-profile --- diff --git a/chromium-profile b/chromium-profile index 8a634d9..b2a4226 100755 --- a/chromium-profile +++ b/chromium-profile @@ -20,8 +20,7 @@ if [ -z "$1" ]; then echo "usage: $BASENAME " if [ ! -z "$PROFILES" ]; then - echo "available profiles:" - echo "\t $(ls $BASE | xargs)" + echo "available profiles: $PROFILES" fi exit 1