From 345de1042bc7cd4edf191056bdda5c5ec67824c7 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 30 Jan 2007 18:06:11 +0000 Subject: [PATCH] Based on suggestion from Guy Harris. Trying to get things working on Win32 (cygwin) and GNU/Linux etc. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20627 f5534014-38df-0310-8fa8-9805f1628bb7 --- docbook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/Makefile b/docbook/Makefile index 8ef835f2f6..10c4b97ef1 100644 --- a/docbook/Makefile +++ b/docbook/Makefile @@ -74,7 +74,7 @@ clean: FORCE: svn_version_check: FORCE - dos2unix ./check_svn_version.sh + cat check_svn_version.sh | tr -d '\015' > check_svn_version.sh @ ./check_svn_version.sh svn_version.xml: svn_version_check -- 2.34.1