]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Remove leftover case match.
authorWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 02:00:57 +0000 (19:00 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 02:00:57 +0000 (19:00 -0700)
prepare-source

index 14ec1b695d643606a8db633335e2015ae6b08097..aa4e9d12d9dc6b1353007e6c8f022888a175a20a 100755 (executable)
@@ -35,8 +35,6 @@ for action in "${@}"; do
        sleep 1 # The following files need to be newer than aclocal.m4
        touch configure.sh config.h.in
        ;;
-    fetchgen)
-       ;;
     fetchSRC)
        ./rsync-ssl -iipr --no-motd --exclude=/.git/ rsync://download.samba.org/ftp/pub/unpacked/rsync/ .
        ;;