chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
be2a231
)
bin/mdw-build: Don't assign `$srcpath' until after `checkout'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 May 2020 13:51:05 +0000
(14:51 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 May 2020 18:46:54 +0000
(19:46 +0100)
Otherwise we end up printing two `--- srcpath = ...' lines in the common
`checkout' case, which is just silly.
Instead:
* set `$srcpath' in the `checkout' stanza, either pointing the new
tree or back at the original one; and
* use `$topath' for the original source tree until we've established
`$srcpath'.
No differences found