Browse Source

Fix sed error when generating changelog data

Alois Mahdal 9 years ago
parent
commit
06219b61d0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh View File

118
 __git_msg_vbump() {
118
 __git_msg_vbump() {
119
     echo "Bump version"
119
     echo "Bump version"
120
     echo ""
120
     echo ""
121
-    __git_info reldiff | sed 's/^/ *  '
121
+    __git_info reldiff | sed 's/^/ *  /'
122
 }
122
 }
123
 
123
 
124
 __vbump() {
124
 __vbump() {