Compare commits

..

No commits in common. "master" and "1.2" have entirely different histories.
master ... 1.2

2 changed files with 4 additions and 7 deletions

View File

@ -1,7 +1,7 @@
[project]
vendor = bes
name = echo
version = 1.4
version = 1.2
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.3
bes.color = 1.1

View File

@ -83,7 +83,7 @@ function echo.app ()
local msg=${1:-''}
local version=${2:-''}
local author=${3:-'a-Sansara'}
local license=${4:-'GNU GPL v3'}
local license=${3:-'GNU GPL v3'}
if [ ! -z "$2" ]; then
msg="$msg ${Cval}v$version"
fi
@ -95,7 +95,4 @@ function echo.app ()
echo.sepline
}
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
declare -f bes.reg > /dev/null
if [ $? -eq 0 ]; then
bes.reg bes.echo
fi
bes.echo.boot