Hi Paul, On 5/11/24 12:26 PM, Paul Eggert wrote: > git checkout 4de6323d5d20996e51097a90f617cd4404a23eba > ./gnulib-tool --create-testdir --dir foo -h stdbit
Also in Emacs 'whitespace-mode' I noticed the lines that cause issues use tabs instead of spaces. Shouldn't that be disallowed? In gnulib-tool.sh: sed_dependencies_without_conditions='s/ *\[.*//' In gnulib-tool.py: pattern = re.compile(r' *\[') Collin