update bes.install to 1.4

This commit is contained in:
a-Sansara 2019-11-16 01:48:07 +01:00
parent 69e686dbd5
commit 51a675a2eb
2 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -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