update boot with bes.reg

This commit is contained in:
a-sansara 2018-12-22 16:56:44 +01:00
parent 6269f31733
commit 0a311c74ae
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[project]
vendor = bes
name = echo
version = 1.2
version = 1.3
license = "GNU GPL v3"
author = a-Sansara
type = library
@ -10,4 +10,4 @@ description = "bash bes display utility library"
keywords = "bash, bes"
[require]
bes.color = 1.1
bes.color = 1.3

View File

@ -95,4 +95,7 @@ function echo.app ()
echo.sepline
}
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bes.echo.boot
declare -f bes.reg > /dev/null
if [ $? -eq 0 ]; then
bes.reg bes.echo
fi