update bes.install to 1.4
This commit is contained in:
parent
69e686dbd5
commit
51a675a2eb
4
bes.ini
4
bes.ini
|
@ -1,7 +1,7 @@
|
||||||
[project]
|
[project]
|
||||||
vendor = bes
|
vendor = bes
|
||||||
name = ps1
|
name = ps1
|
||||||
version = 2.1
|
version = 2.2
|
||||||
license = "GNU GPL v3"
|
license = "GNU GPL v3"
|
||||||
author = a-Sansara
|
author = a-Sansara
|
||||||
type = application
|
type = application
|
||||||
|
@ -10,4 +10,4 @@ description = "bash bes ps1"
|
||||||
keywords = "bash, bes, ps1"
|
keywords = "bash, bes, ps1"
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
bes.install = 1.3
|
bes.install = 1.4
|
||||||
|
|
2
dist/bes-ps1
vendored
2
dist/bes-ps1
vendored
|
@ -245,7 +245,7 @@ function echo.app ()
|
||||||
local msg=${1:-''}
|
local msg=${1:-''}
|
||||||
local version=${2:-''}
|
local version=${2:-''}
|
||||||
local author=${3:-'a-Sansara'}
|
local author=${3:-'a-Sansara'}
|
||||||
local license=${3:-'GNU GPL v3'}
|
local license=${4:-'GNU GPL v3'}
|
||||||
if [ ! -z "$2" ]; then
|
if [ ! -z "$2" ]; then
|
||||||
msg="$msg ${Cval}v$version"
|
msg="$msg ${Cval}v$version"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user