[FIX] Correct filename for rejected modules
This commit is contained in:
parent
ae6284f0ca
commit
e7493b7bac
@ -86,7 +86,7 @@ cp_special ()
|
||||
echo "(selected modules)"
|
||||
echo " …from $SRC to $DEST"
|
||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||
rsync $OPTIONS --exclude-from=rejected_modules.txt \
|
||||
rsync $OPTIONS --exclude-from=rejected_vendor_modules.txt \
|
||||
$SRC $DEST
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user