Skip to content

Commit

Permalink
Nicer format.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Jan 1, 2025
1 parent 090308c commit b5ff422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Tools/biblioteq-bump-version.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

VERSION=$1

if [ -z "$VERSION" ]; then
if [ -z "$VERSION" ]
then
echo "Please specify the version: $0 <VERSION>."
exit 1
fi
Expand Down
3 changes: 2 additions & 1 deletion Tools/biblioteq-prepare-apk-name.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

VERSION=$1

if [ -z "$VERSION" ]; then
if [ -z "$VERSION" ]
then
echo "Please specify the version: $0 <VERSION>."
exit 1
fi
Expand Down

0 comments on commit b5ff422

Please sign in to comment.