From: Daniel Stenberg Date: Sun, 18 May 2014 10:51:24 +0000 (+0200) Subject: maketgz: remove CRLF newlines X-Git-Tag: curl-7_37_0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c0e67c8c2236760b1c54ab23442407e89f03a51;p=thirdparty%2Fcurl.git maketgz: remove CRLF newlines --- diff --git a/maketgz b/maketgz index acc0a47b3e..b1ecbb9d90 100755 --- a/maketgz +++ b/maketgz @@ -125,8 +125,8 @@ make -s pdf # And the IDE files echo "make vc-ide" -make -s vc-ide - +make -s vc-ide + echo "produce CHANGES" git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist