Parcourir la source

Don't follow symlinks

George Jones il y a 1 an
Parent
commit
e74d4bdbbf
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      rc.local/latest.sh

+ 3 - 1
rc.local/latest.sh

@@ -210,7 +210,9 @@ EOF2
     ( \
       `: limit run to TIMEOUT seconds` \
         timeout $TIMEOUT \
-        find -L ${WHERE} \
+        find \
+        `: -L ` \
+        ${WHERE} \
         `: global options` \
         -regextype posix-extended \
         -xdev \