Diff for /embedaddon/rsync/support/rsync-slash-strip between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/10/14 07:51:15 version 1.1.1.2, 2021/03/17 00:32:36
Line 1 Line 1
#!/bin/bash#!/usr/bin/env bash
 # This script can be used as an rsync command-line filter that strips a single  # This script can be used as an rsync command-line filter that strips a single
 # trailing slash from each arg.  That treats "src/" the same as "src", thus  # trailing slash from each arg.  That treats "src/" the same as "src", thus
 # you need to use "src/." or "src//" for just the contents of the "src" dir.  # you need to use "src/." or "src//" for just the contents of the "src" dir.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>