Change 32715

mark_zinthefer (Mark Zinthefer)
Mark Zinthefer committed this change into //guest/perforce_software/sdp/dev/Server/Unix/p4/common/bin
Request Review
Download .zip
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.
  • Files 3
  • Comments 0
3 edited 0 added 0 deleted
backup_functions.sh#175
Loading...
load_checkpoint.sh#50
Loading...
p4verify.sh#79
Loading...
Tip: Use n and p to cycle through the changes.