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