X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6cac75026ad75dee6a2f860cc555a1c363504daa..181865609371cf61a40e89dcc69af822772ac972:/mkunxarc.sh diff --git a/mkunxarc.sh b/mkunxarc.sh index 7c69c2f6..6c3e8924 100755 --- a/mkunxarc.sh +++ b/mkunxarc.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Build a Unix source distribution from the PuTTY CVS area. # @@ -16,7 +16,7 @@ case "$1" in ;; r*) arcsuffix="-$1" - ver="-DSVN_REV=$1" + ver="-DSVN_REV=${1#r}" docver= ;; '')