Combine multiple unsets into a single command

This commit is contained in:
Michael Boelen 2019-08-26 08:01:43 +02:00
parent d703d160ff
commit 22a7f4fd6d
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
3 changed files with 3 additions and 3 deletions

View File

@ -696,7 +696,7 @@
else
Display --indent 2 --text "- PAM modules" --result "${STATUS_FOUND}" --color GREEN
fi
unset DIR; unset FILE; unset FIND
unset DIR FILE FIND
fi
#
#################################################################################

View File

@ -147,7 +147,7 @@
Display --indent 2 --text "- Checking PHP" --result "${STATUS_NOT_FOUND}" --color WHITE
LogText "Result: no php.ini file found"
fi
unset DIR; unset FILE; unset FIND
unset DIR FILE FIND
fi
#
#################################################################################

View File

@ -600,7 +600,7 @@
LogText "Result: directory ${DIR} not found, skipping search in this directory."
fi
done
unset DIR; unset FILE; unset FIND
unset DIR FILE FIND
fi
#
#################################################################################