diff --git a/script/pkgmacos b/script/pkgmacos index 38103277e..a5c9134f1 100755 --- a/script/pkgmacos +++ b/script/pkgmacos @@ -30,7 +30,7 @@ while [ $# -gt 0 ]; do exit 1 ;; * ) - tag_name="$1" + tag_name="${1#v}" shift 1 ;; esac