X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/d5a0ffdf2a2350fc76dfd65b1ef627e65932215f..ae4e0977c7e5762116907a1913f15f2414f07ac1:/build/confsubst diff --git a/build/confsubst b/build/confsubst index f9ba37bd..2638a71c 100755 --- a/build/confsubst +++ b/build/confsubst @@ -25,7 +25,6 @@ ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. set -e -VERSION="@VERSION@" ###-------------------------------------------------------------------------- ### Parse command line arguments. @@ -41,10 +40,6 @@ standard output. EOF exit 0 ;; - -v | --v | --ve | --ver | --vers | --versi | --versio | --version) - echo "confsubst: Common Files Distribution version $VERSION" - exit 0 - ;; --) shift break