[debian-edu-commits] debian-edu/ 38/183: Oops, forgot to change the 'get list of .listing files to use' in 1 place

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit ab2d6266cd4fcaeb9a66dc4823de196ad845f2bd
Author: Bart Cornelis <cobaco at linux.be>
Date:   Wed Jan 5 22:19:40 2005 +0000

    Oops, forgot to change the 'get list of .listing files to use' in 1 place
---
 20desktop-profiles_activateDesktopProfiles | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/20desktop-profiles_activateDesktopProfiles b/20desktop-profiles_activateDesktopProfiles
index c7a9c22..30be219 100644
--- a/20desktop-profiles_activateDesktopProfiles
+++ b/20desktop-profiles_activateDesktopProfiles
@@ -26,7 +26,7 @@ fi;
 ############################################################
 get_profiles() {
   (# get profiles that are have fulfilled requirements
-     cat `ls $LISTINGS_DIRS/*.listing` | grep -v "^#" | while read PROFILE; do
+     cat $(list_listings) | grep -v "^#" | while read PROFILE; do
       if (test_profile_requirements "$PROFILE"); then
         echo $PROFILE;      
       fi;  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list