From 6d8f1c0666bd7aa02ff7fb4651c157d7dfabeea9 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 10 Jan 2010 15:57:18 +0100 Subject: added comment to nonexistent installed pkg script --- .scripts/find_nonexistent_installed_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts') diff --git a/.scripts/find_nonexistent_installed_packages.sh b/.scripts/find_nonexistent_installed_packages.sh index 17fb0e2..a7f857e 100644 --- a/.scripts/find_nonexistent_installed_packages.sh +++ b/.scripts/find_nonexistent_installed_packages.sh @@ -10,6 +10,6 @@ do # as soon as we find a package => got to next package in outer loop [[ -d "${overlay}/${package}" ]] && continue 2; done - # this is reached ONLY if the package was NOT found + # this is reached ONLY if the package was NOT found in the tree echo "${package}" done -- cgit