tRemove annoying-looking \f characters from the licence file on Win32 systems. - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3521db4a721ef8de4665a2a4e6382b0fb8c24991
DIR parent 2a4965711f709992dab2b9424d04b67d6c6de8fc
HTML Author: Ben Webb <ben@salilab.org>
Date: Wed, 18 Sep 2002 10:14:24 +0000
Remove annoying-looking \f characters from the licence file on Win32 systems.
Diffstat:
M win32/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/win32/Makefile b/win32/Makefile
t@@ -31,7 +31,7 @@ manifest installfiles.gz: filelist makeinstall uninstall
sed -e 's/LICENCE/licence.txt/' < ../doc/index.html > index.html
sed -e 's/LICENCE/licence.txt/' < ../doc/developer.html > developer.html
sed -e 's/example-cfg/example-cfg.txt/' < ../doc/configfile.html > configfile.html
- awk '{print $$0."\r"}' < ../LICENCE > licence.txt
+ awk '{gsub(/\f/, ""); print $$0."\r"}' < ../LICENCE > licence.txt
awk '{print $$0."\r"}' < ../README > readme.txt
awk '{print $$0."\r"}' < ../doc/example-cfg > example-cfg.txt
./makeinstall