aboutsummaryrefslogtreecommitdiff
path: root/scripts/cp_s
AgeCommit message (Collapse)AuthorFilesLines
2015-02-20scripts: Enhance portability of cp_sAlbert Ou1-16/+23
Eliminate bashisms; target the Bourne shell and a safer subset of POSIX utilities. Furthermore, properly handle pathnames with whitespace.
2014-11-01Use symlinks instead of hard linksAndrew Waterman1-0/+19
This allows the build dir to be on a different file system than the source dir, and it also enables proper operation of e.g. git checkout/stash.