From 9c3171a7263d57cac4d5d42ef511e760b6ab3001 Mon Sep 17 00:00:00 2001 From: Akash Manohar J Date: Sat, 13 Dec 2014 21:58:57 +0530 Subject: [PATCH] Add todo message --- lib/asdf/utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/asdf/utils.sh b/lib/asdf/utils.sh index 9f956964..69f25284 100644 --- a/lib/asdf/utils.sh +++ b/lib/asdf/utils.sh @@ -28,6 +28,7 @@ list_package_installs() { if [ -d $package_installs_path ] then + #TODO check if dir is empty and show message here too for install in ${package_installs_path}/*/; do echo "$(basename $install)" done