Change 32714

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 vim :w artifact in load_checkpoint.sh

Line 961 contained a stray ':w' appended to a bail() string literal,
a vim write command that was accidentally saved into the source file:

  bail "SERVERID not detected...":w

In bash, this concatenates ':w' onto the string, causing every execution
of that error path to display a message ending in ':w'. Removed the
trailing ':w' so the error message is displayed correctly.
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
load_checkpoint.sh#49
Loading...
Tip: Use n and p to cycle through the changes.