This commit is contained in:
2019-02-07 17:26:23 -06:00
parent 1de2d6b17e
commit 6e88350295
2 changed files with 2 additions and 2 deletions

View File

@@ -1070,7 +1070,7 @@ GUI(){
done
}
if [ ${action-x} ]; then
if [[ "$1" != *"${noheader}"* ]] && [[ "$2" != *"${noheader}"* ]]; then
if [[ "${noheader}" != *"${1}"* ]]; then
DISP_HEADER
fi
case $action in