summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-05-24 00:09:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-24 00:09:23 +0200
commit3a973517a915ce4ad408d239f9220b869ff8cf40 (patch)
treeb06ba986d5c692b499731c7516cf8d2331ca3c3c /maketgz
parentf9f22b0d6394cd9a705cb3c1c1020ba2f19c7ab0 (diff)
downloadcurl-3a973517a915ce4ad408d239f9220b869ff8cf40.tar.gz
log2changes.pl: moved to scripts/
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
diff --git a/maketgz b/maketgz
index 5aba1a3dc..250b11f3a 100755
--- a/maketgz
+++ b/maketgz
@@ -9,7 +9,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -128,7 +128,7 @@ echo "make vc-ide"
make -s vc-ide
echo "produce CHANGES"
-git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
+git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > CHANGES.dist
############################################################################
#