Fix autogen.sh, fixes #425
Fixes a build error because of line endings character recognized as a syntax error in bash. Also added it to .gitattributes so that it will be converted to LF if anyone pushes it as CRLF
This commit is contained in:
parent
d624f27208
commit
0f617ec5a2
2
.gitattributes
vendored
Executable file
2
.gitattributes
vendored
Executable file
@ -0,0 +1,2 @@
|
||||
# Auto-LF line endings for this file, CRLF will cause errors
|
||||
autogen.sh text eol=lf
|
@ -7,4 +7,4 @@ if test -z "${NOCONFIGURE}"; then
|
||||
set -x
|
||||
./configure --prefix=/usr "$@"
|
||||
make clean
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user