Commit ca2b5175 authored by Vincent Driessen's avatar Vincent Driessen

Omit 'v' prefix.

parent 9096074b
...@@ -18,7 +18,7 @@ usage() { ...@@ -18,7 +18,7 @@ usage() {
parse_args() { parse_args() {
VERSION="$1" VERSION="$1"
BASE="${2:-v${VERSION}}" BASE="${2:-${VERSION}}"
if [ "$VERSION" = "" ]; then if [ "$VERSION" = "" ]; then
echo "Missing argument <version>." echo "Missing argument <version>."
usage usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment