anlex N <[email protected]> writes: > me@DESKTOP UCRT64 /e/workspace/github.com/gnu/gnulib > $ ./gnulib-tool --list > > I run this command in the gnulib source code, but have no output, why?
Could this be EOL character problem? In one of my .gitlab-ci.yml files
I have needed to add this:
#
https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
# ./iconv_open-aix.gperf:27: warning: junk after %% is ignored
# ./iconv_open-aix.gperf:18: junk after declaration
file configure.ac
git config --global core.autocrlf false
git config --global core.eol lf
git rm -rf --cached . | tail
git reset --hard HEAD
file configure.ac
Maybe the problem is similar here.
/Simon
signature.asc
Description: PGP signature
