summaryrefslogtreecommitdiff
path: root/PrepareRelease
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-25 10:54:12 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-25 10:54:12 +0000
commit4cf97aff213f387cd763bd8c4adba45d35a68222 (patch)
tree0e43442dad74c69fe4987f5b8d1795f1b8f572d7 /PrepareRelease
parent152e7dd5d073b0fdf1b1507cb4ec7444574f6625 (diff)
downloadpcre-4cf97aff213f387cd763bd8c4adba45d35a68222.tar.gz
Put back CRLF line endings on RunTest.bat, and remove it from the list of files
that are detrailed. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@709 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'PrepareRelease')
-rwxr-xr-xPrepareRelease6
1 files changed, 3 insertions, 3 deletions
diff --git a/PrepareRelease b/PrepareRelease
index 72dfe77..c079642 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -157,8 +157,9 @@ echo Documentation done
if [ "$1" = "doc" ] ; then exit; fi
# These files are detrailed; do not detrail the test data because there may be
-# significant trailing spaces. The configure files are also omitted from the
-# detrailing.
+# significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF
+# line endings and the detrail script removes all trailing white space. The
+# configure files are also omitted from the detrailing.
files="\
Makefile.am \
@@ -178,7 +179,6 @@ files="\
CMakeLists.txt \
RunGrepTest \
RunTest \
- RunTest.bat \
pcre-config.in \
libpcre.pc.in \
libpcreposix.pc.in \