[FIX] Stops using rejected list for special repo
This commit is contained in:
parent
e7493b7bac
commit
b88b50a3b7
@ -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 ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user