From 780921c80ac139bce1617031e600217c96b3e50a Mon Sep 17 00:00:00 2001 From: q Date: Sun, 20 Aug 2017 10:52:41 +0300 Subject: [PATCH] updater debugging --- reporting/qolop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reporting/qolop b/reporting/qolop index 68be901..b7082c0 100755 --- a/reporting/qolop +++ b/reporting/qolop @@ -136,7 +136,7 @@ _qReset() { printf '\033c' } -[[ "$0" = "${BASH_SOURCE[0]}" ]] && { +if [[ "$0" = "${BASH_SOURCE[0]}" ]]; then [[ "$1" = "update" ]] && { set -e case $OSTYPE in @@ -198,5 +198,5 @@ ${_S}=====================${_Z} C _qPos left Left y;xH _qPos abs y x Absolute Position D _qPos right Right " -} +fi