Explorar o código

chore(build): exclude broken symlinks in find-apps.sh

Zaiming Shi %!s(int64=4) %!d(string=hai) anos
pai
achega
749f8ff156
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/find-apps.sh

+ 1 - 1
scripts/find-apps.sh

@@ -20,4 +20,4 @@ fi
 ## find directories in lib-extra
 find_app 'lib-extra'
 ## find symlinks in lib-extra
-find 'lib-extra/' -mindepth 1 -maxdepth 1 -type l
+find 'lib-extra/' -mindepth 1 -maxdepth 1 -type l -exec test -e {} \; -print