Skip to content

Commit

Permalink
[ROSBE-UNIX] Use printf command to format output.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirsz-ever authored and ColinFinck committed Jun 24, 2021
1 parent 4aac98d commit c6ea52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RosBE-Unix/Base-i386/RosBE-Builder-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "* ReactOS Build Environment for Unix-based Operating Systems
echo "* Builder Tool for the amd64 compiler add-on *"
echo "* by Colin Finck <colin@reactos.org> *"
echo "* *"
echo "* Version $ROSBE_VERSION *"
printf "* Version %-8s *\n" $ROSBE_VERSION
echo "*******************************************************************************"

echo
Expand Down
2 changes: 1 addition & 1 deletion RosBE-Unix/Base-i386/RosBE-Builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo "* ReactOS Build Environment for Unix-based Operating Systems
echo "* Builder Tool for the Base package and i386 compiler *"
echo "* by Colin Finck <colin@reactos.org> *"
echo "* *"
echo "* Version $ROSBE_VERSION *"
printf "* Version %-8s *\n" $ROSBE_VERSION
echo "*******************************************************************************"

echo
Expand Down

0 comments on commit c6ea52c

Please sign in to comment.