Fix handling of spaces for comment field in bin/t

main
Ensar Sarajčić 2023-08-12 21:13:38 +02:00
parent e1157e455f
commit 3a251b76bf
1 changed files with 1 additions and 1 deletions

View File

@ -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"