aboutsummaryrefslogtreecommitdiff
path: root/chromium-profile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-02-04 16:06:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-02-04 16:06:59 -0200
commitd99c8f443b385450f0d77b68cc8c14450fcf05bd (patch)
treef12a0a08b9c8a7ad0e335da5f0396ded05123a26 /chromium-profile
parent670989af519ff9845f95551b98e52c87c3999697 (diff)
downloadutils-x11-d99c8f443b385450f0d77b68cc8c14450fcf05bd.tar.gz
utils-x11-d99c8f443b385450f0d77b68cc8c14450fcf05bd.tar.bz2
Cleanup chromium-profile
Diffstat (limited to 'chromium-profile')
-rwxr-xr-xchromium-profile3
1 files changed, 1 insertions, 2 deletions
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 <profile>"
if [ ! -z "$PROFILES" ]; then
- echo "available profiles:"
- echo "\t $(ls $BASE | xargs)"
+ echo "available profiles: $PROFILES"
fi
exit 1