[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 "(selected modules)"
|
||||||
echo " …from $SRC to $DEST"
|
echo " …from $SRC to $DEST"
|
||||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||||
rsync $OPTIONS --exclude-from=rejected_modules.txt \
|
rsync $OPTIONS --exclude-from=rejected_vendor_modules.txt \
|
||||||
$SRC $DEST
|
$SRC $DEST
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user