Skip to content
Snippets Groups Projects

increase the maxdepth by one

Merged Ulrich Schwickerath requested to merge uschwick_devel into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -180,7 +180,7 @@ do
for PKGPATH in $PKGPATHS
do
find $DEST_TESTING/$PKGPATH/ -maxdepth 3 -name "${PKGMATCH}" -type f 2>/dev/null >> $TMPLIST
find $DEST_TESTING/$PKGPATH/ -maxdepth 4 -name "${PKGMATCH}" -type f 2>/dev/null >> $TMPLIST
done
echo -e $VERT "*** $DIST/$REPO-testing :"
Loading