From fd26355d5ee38bdac0b04bca7bf07e4fb1a0a2a7 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Tue, 15 Apr 2014 21:34:05 +0000 Subject: $infile="/home/eay/ssl/SSLeay/MINFO"; I wonder when these scripts were last used... --- src/lib/libcrypto/util/fixNT.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/lib/libcrypto/util/fixNT.sh (limited to 'src/lib/libcrypto/util/fixNT.sh') diff --git a/src/lib/libcrypto/util/fixNT.sh b/src/lib/libcrypto/util/fixNT.sh deleted file mode 100644 index ab9e766b86..0000000000 --- a/src/lib/libcrypto/util/fixNT.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# clean up the mess that NT makes of my source tree -# - -if [ -f makefile -a ! -f Makefile ]; then - /bin/mv makefile Makefile -fi -chmod +x Configure util/* -echo cleaning -/bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null -echo 'removing those damn ^M' -perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'` -make -f Makefile links -- cgit v1.2.3-55-g6feb