summaryrefslogtreecommitdiffstats
path: root/recipes-mac/AppArmor/files/functions
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mac/AppArmor/files/functions')
-rw-r--r--recipes-mac/AppArmor/files/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/AppArmor/files/functions b/recipes-mac/AppArmor/files/functions
index cef8cfe..e9e2bbf 100644
--- a/recipes-mac/AppArmor/files/functions
+++ b/recipes-mac/AppArmor/files/functions
@@ -144,7 +144,7 @@ clear_cache_var() {
144 144
145read_features_dir() 145read_features_dir()
146{ 146{
147 for f in `ls -AU "$1"` ; do 147 for f in `ls -A "$1"` ; do
148 if [ -f "$1/$f" ] ; then 148 if [ -f "$1/$f" ] ; then
149 read -r KF < "$1/$f" || true 149 read -r KF < "$1/$f" || true
150 echo -n "$f {$KF } " 150 echo -n "$f {$KF } "