Fix handling of spaces for comment field in bin/t
This commit is contained in:
parent
e1157e455f
commit
3a251b76bf
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ if [ $HELP -eq 1 ]; then
|
|||
fi
|
||||
|
||||
PROJECT="${POSITIONAL[1]}"
|
||||
COMMENT="${POSITIONAL[2]}"
|
||||
COMMENT="${POSITIONAL[@]:2}"
|
||||
|
||||
echov "Project: $PROJECT"
|
||||
echov "Comment: $COMMENT"
|
||||
|
|
Loading…
Add table
Reference in a new issue