CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/11/14 14:39:11
Modified files:
sysutils/reposync: Makefile
sysutils/reposync/files: reposync reposync.1
Log message:
$destdir holds user input so quote it; since ksh(1) not sh(1) is used,
use [[ instead of [ consistently to disable word splitting.
Mention /cvs in the manual being the default destination, move -p
without argument before -l and sync script usage with manual synopsis.
Delimit rm(1) options from paths just to be sure.
While here, files/reposync has nothing to SUBSTitute, so use
INSTALL_SCRIPT in do-install directly and check syntax for sanity.
More style fixes and proper use of rsync's --exlude from naddy
OK naddy