amend param in echo.app
This commit is contained in:
parent
0a311c74ae
commit
bc80a3cc40
2
bes.ini
2
bes.ini
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
vendor = bes
|
||||
name = echo
|
||||
version = 1.3
|
||||
version = 1.4
|
||||
license = "GNU GPL v3"
|
||||
author = a-Sansara
|
||||
type = library
|
||||
|
|
|
@ -83,7 +83,7 @@ function echo.app ()
|
|||
local msg=${1:-''}
|
||||
local version=${2:-''}
|
||||
local author=${3:-'a-Sansara'}
|
||||
local license=${3:-'GNU GPL v3'}
|
||||
local license=${4:-'GNU GPL v3'}
|
||||
if [ ! -z "$2" ]; then
|
||||
msg="$msg ${Cval}v$version"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user