[FIX] Stops using rejected list for special repo

This commit is contained in:
Jorge Enrique Gómez Gómez 2021-09-12 18:27:17 -05:00
parent e7493b7bac
commit b88b50a3b7

View File

@ -86,8 +86,7 @@ cp_special ()
echo "(selected modules)"
echo " …from $SRC to $DEST"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
rsync $OPTIONS --exclude-from=rejected_vendor_modules.txt \
$SRC $DEST
rsync $OPTIONS $SRC $DEST
}
cp_custom ()