diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-05-18 12:51:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-05-18 12:51:24 +0200 |
commit | 7c0e67c8c2236760b1c54ab23442407e89f03a51 (patch) | |
tree | 861cf634adb396b2184a437bc745be1e9ec24eb4 /maketgz | |
parent | 6cfeeb3bb0a9801c10c4c4a898b56018f289095d (diff) | |
download | curl-7c0e67c8c2236760b1c54ab23442407e89f03a51.tar.gz |
maketgz: remove CRLF newlines
Diffstat (limited to 'maketgz')
-rwxr-xr-x | maketgz | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |