whitespace fix

This commit is contained in:
Patrick Van der Veken 2018-05-18 11:21:18 +02:00
parent 3416d19fbc
commit 9ff0b0a756

View File

@ -35,7 +35,7 @@ function check_hpux_drd_status
# ------------------------- CONFIGURATION starts here -------------------------
typeset _CONFIG_FILE="${CONFIG_DIR}/$0.conf"
typeset _DRD_BIN="/opt/drd/bin/drd"
typeset _VERSION="2018-05-11" # YYYY-MM-DD
typeset _VERSION="2018-05-18" # YYYY-MM-DD
typeset _SUPPORTED_PLATFORMS="HP-UX" # uname -s match
# ------------------------- CONFIGURATION ends here ---------------------------