update boot with bes.reg
This commit is contained in:
parent
6269f31733
commit
0a311c74ae
4
bes.ini
4
bes.ini
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user