Fix seven bugs across p4verify.sh, load_checkpoint.sh, and backup_functions.sh
p4verify.sh:
- Line 17: Fixed ${0##*} -> ${0##*/} in ThisScript declaration. The missing
slash caused the glob to match everything including slashes, leaving
ThisScript always empty and corrupting all log/error messages that
include the script name.
- Line 1429: Fixed typo 'opion' -> 'option' in user-facing bail message.
load_checkpoint.sh:
- Line 1466: Fixed typo 'checkpiont' -> 'checkpoint' in warnmsg output.
- Line 363: Fixed typo 'Otherise' -> 'Otherwise' in -man usage text.
- Line 415: Fixed typo 'nubmer' -> 'number' in -man usage text.
backup_functions.sh:
- Line 1041: Fixed typo 'direcgtory' -> 'directory' in log message.
- Line 1547: Fixed duplicate word 'replica replica' -> 'replica' in log message.