From bc80a3cc400bf8c1450a09586dc0f8a3e2aac9a1 Mon Sep 17 00:00:00 2001 From: a-Sansara Date: Fri, 15 Nov 2019 23:34:17 +0100 Subject: [PATCH] amend param in echo.app --- bes.ini | 2 +- src/echo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bes.ini b/bes.ini index 434c9fa..ed3bb31 100644 --- a/bes.ini +++ b/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 diff --git a/src/echo.sh b/src/echo.sh index 50d0a32..906042f 100644 --- a/src/echo.sh +++ b/src/echo.sh @@ -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