From f201bc94933512d009fdcd61e0c8abbbdbce62f2 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 27 Jul 2018 16:10:43 -0400 Subject: [PATCH] Remove calls to format script --- TestScripts/cryptest-autotools.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index 9b4bc9e7..dffb8c42 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -44,19 +44,19 @@ if ! wget --no-check-certificate https://raw.githubusercontent.com/noloader/cryp fi # Convert as necessary -if [[ ! -z $(command -v dos2unix) ]]; then - dos2unix Makefile.am configure.ac libcryptopp.pc.in -fi +#if [[ ! -z $(command -v dos2unix) ]]; then +# dos2unix Makefile.am configure.ac libcryptopp.pc.in +#fi # Trim trailing whitespace -if [[ ! -z $(command -v "$SED") ]]; then - "$SED" -e's/[[:space:]]*$//' Makefile.am > Makefile.am.fixed - "$SED" -e's/[[:space:]]*$//' configure.ac > configure.ac.fixed - "$SED" -e's/[[:space:]]*$//' libcryptopp.pc.in > libcryptopp.pc.in.fixed - mv Makefile.am.fixed Makefile.am - mv configure.ac.fixed configure.ac - mv libcryptopp.pc.in.fixed libcryptopp.pc.in -fi +#if [[ ! -z $(command -v "$SED") ]]; then +# "$SED" -e's/[[:space:]]*$//' Makefile.am > Makefile.am.fixed +# "$SED" -e's/[[:space:]]*$//' configure.ac > configure.ac.fixed +# "$SED" -e's/[[:space:]]*$//' libcryptopp.pc.in > libcryptopp.pc.in.fixed +# mv Makefile.am.fixed Makefile.am +# mv configure.ac.fixed configure.ac +# mv libcryptopp.pc.in.fixed libcryptopp.pc.in +#fi mkdir -p m4/