summaryrefslogtreecommitdiff
path: root/support/rsync-no-vanished
Commit message (Collapse)AuthorAgeFilesLines
* Improve a couple support scripts:Wayne Davison2021-11-131-2/+11
| | | | | | - rsync-no-vanished now avoids joining stdout & stderr, avoids affecting a non-client run, and gets the rsync status code correctly. - rsync-slash-strip now avoids affecting a non-client run.
* Minor cleanup (#214)a13460542021-09-261-1/+1
| | | | | | | | | | | | - use `grep -E` and `grep -F` (`egrep` and `fgrep` are non-standard) - use same hashbang style for all test scripts - use explicit comparisons in test scripts - remove redundant ; from test scripts - make test script not executable, just like all the other scripts - unify codestyle across all test scripts - make openssl license exception clearer by having it at the top - use modern links in COPYING. The text now matches: https://www.gnu.org/licenses/gpl-3.0.txt - fix typo
* Use /usr/bin/env for increased portability.Wayne Davison2020-06-161-1/+1
|
* Adding rsync-no-vanished script for bug 10356.Wayne Davison2014-01-011-0/+15