mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
contrib: change gen-manpages to work with elements-style tags
This commit is contained in:
parent
af441ca7bb
commit
9019af809d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ BITCOINQT=${BITCOINQT:-$BINDIR/qt/elements-qt}
|
|||
[ ! -x $BITCOIND ] && echo "$BITCOIND not found or not executable." && exit 1
|
||||
|
||||
# The autodetected version git tag can screw up manpage output a little bit
|
||||
read -r -a BTCVER <<< "$($BITCOINCLI --version | head -n1 | awk -F'[ -]' '{ print $6, $7 }')"
|
||||
read -r -a BTCVER <<< "$($BITCOINCLI --version | head -n1 | awk -F'[ _-]' '{ print $7, $8 }')"
|
||||
|
||||
# Create a footer file with copyright content.
|
||||
# This gets autodetected fine for bitcoind if --version-string is not set,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue