diff --git a/symlinks/bin/t b/symlinks/bin/t index 76f567f..8be9797 100755 --- a/symlinks/bin/t +++ b/symlinks/bin/t @@ -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"