From: Wayne Davison Date: Sun, 21 Jun 2020 02:00:57 +0000 (-0700) Subject: Remove leftover case match. X-Git-Tag: v3.2.1pre1~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9c8c64506f1475db020435f41d7dd0963e8c892;p=thirdparty%2Frsync.git Remove leftover case match. --- diff --git a/prepare-source b/prepare-source index 14ec1b69..aa4e9d12 100755 --- a/prepare-source +++ b/prepare-source @@ -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/ . ;;