Describe the bug
$ root-config --git-revision
head: invalid option – ‘m’
Try ‘head --help’ for more information.
tail: option requires an argument – ‘n’
Try ‘tail --help’ for more information.
Expected behavior
A git revision should be returned
To Reproduce
run root-config --git-revision
on the command line
Setup
ROOT v6.30/02
Built for linuxx8664gcc on Dec 04 2023, 17:56:08
From heads/master@tags/v6-30-02
ROOT installation
mamba create --name xxx root
conda activate xxx
Additional context
If ROOT 6.28.04 then root-config --git-revision
returns nothing (empty msg), which is also wrong.