Browse Source

Fix a small bug

Jakob Truelsen 15 years ago
parent
commit
8de5f3ed7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/release.sh

+ 1 - 1
scripts/release.sh

@@ -7,7 +7,7 @@ if [[ $1 == "" ]] || [[ $2 == "" ]] || [[ $3 == "" ]]; then
 fi
 v="$1.$2.$3"
 if [[ "$4" != "" ]]; then
-    v="$v_$4"
+    v="${v}_$4"
 fi
 
 echo "About to release $v"