diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/_ak_script | 2 | ||||
-rwxr-xr-x | lib/_ak_zblock | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/_ak_script b/lib/_ak_script index 97013fb..81da347 100755 --- a/lib/_ak_script +++ b/lib/_ak_script @@ -35,7 +35,6 @@ _ak_help(){ } _ak_title_description(){ - if [ ! -n "$descriptionString" ] then # Choose to exit with error to enforce standard @@ -44,7 +43,6 @@ _ak_title_description(){ # Alternative solution # full_title="$(printf '%s' "$PROGRAM")" fi - full_title="$(printf '%s - %s' "$PROGRAM" "$descriptionString")" delimiter_count=`echo -n $full_title | wc -c` ( diff --git a/lib/_ak_zblock b/lib/_ak_zblock index 17b4319..1b278a0 100755 --- a/lib/_ak_zblock +++ b/lib/_ak_zblock @@ -110,6 +110,7 @@ _ak_data_expand(){ # Returns a JSON array representing the chain retrieved. # Logs messages to $LOGSFILE. _ak_zblock_show(){ + caller >&2 verify=1 if [ ! -z $1 ] && [ -n "$1" ] then |