Skip to content

Commit

Permalink
chore: Join build_info's intro description into a single line
Browse files Browse the repository at this point in the history
Each of the three sentences was starting on a new line, but it looked
like a badly aligned paragraph.
  • Loading branch information
nurupo committed Mar 29, 2024
1 parent 8107b6e commit 57de35b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions script/build-minimal-static-toxic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,9 @@ TOXIC_GIT_COMMIT="$(git -C "$BUILD_DIR/toxic" rev-parse HEAD)"
TOXIC_GIT_REV="$(git -C "$BUILD_DIR/toxic" rev-list HEAD --count)"
TOXIC_VERSION="${TOXIC_GIT_TAG}_r${TOXIC_GIT_REV} ($TOXIC_GIT_COMMIT)"

echo "A minimal statically compiled Toxic.
Doesn't support X11 integration, video/audio calls, desktop & sound
notifications, QR codes and Python scripting.
However, it is rather portable.
echo "A minimal statically compiled Toxic. Doesn't support X11 integration,
video/audio calls, desktop & sound notifications, QR codes and Python
scripting. However, it is rather portable.
Toxic $TOXIC_VERSION
Expand Down

0 comments on commit 57de35b

Please sign in to comment.