Fix handling of spaces for comment field in bin/t
parent
e1157e455f
commit
3a251b76bf
|
@ -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…
Reference in New Issue