From: Matt Birkholz Date: Thu, 10 Mar 2016 20:02:49 +0000 (-0700) Subject: Quote here document in plugin test scripts. X-Git-Tag: mit-scheme-pucked-9.2.12~261^2~75^2~8 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6488d86acce7400998fa3d739746683e1ec8eb7d;p=mit-scheme.git Quote here document in plugin test scripts. --- diff --git a/src/blowfish/blowfish-check.sh b/src/blowfish/blowfish-check.sh index 470c8d64e..edf275a27 100755 --- a/src/blowfish/blowfish-check.sh +++ b/src/blowfish/blowfish-check.sh @@ -3,7 +3,7 @@ # Test the BLOWFISH option. set -e -${MIT_SCHEME_EXE} --prepend-library . <environment '(blowfish))) EOF diff --git a/src/gdbm/gdbm-check.sh b/src/gdbm/gdbm-check.sh index 805c28128..d10ac95d2 100755 --- a/src/gdbm/gdbm-check.sh +++ b/src/gdbm/gdbm-check.sh @@ -3,7 +3,7 @@ # Test the GDBM option. set -e -${MIT_SCHEME_EXE} --prepend-library . <environment '(gdbm))) EOF diff --git a/src/mcrypt/mcrypt-check.sh b/src/mcrypt/mcrypt-check.sh index 553337d0e..2aaa34360 100755 --- a/src/mcrypt/mcrypt-check.sh +++ b/src/mcrypt/mcrypt-check.sh @@ -3,7 +3,7 @@ # Test the MCRYPT option. set -e -${MIT_SCHEME_EXE} --prepend-library . <environment '(mcrypt))) EOF diff --git a/src/md5/md5-check.sh b/src/md5/md5-check.sh index a8f05d03c..5edff6e35 100755 --- a/src/md5/md5-check.sh +++ b/src/md5/md5-check.sh @@ -3,7 +3,7 @@ # Test the MD5 option. set -e -${MIT_SCHEME_EXE} --prepend-library . <environment '(md5))) EOF diff --git a/src/mhash/mhash-check.sh b/src/mhash/mhash-check.sh index 038ded0bd..fb7038977 100755 --- a/src/mhash/mhash-check.sh +++ b/src/mhash/mhash-check.sh @@ -3,7 +3,7 @@ # Test the MHASH option. set -e -${MIT_SCHEME_EXE} --prepend-library . <environment '(mhash))) EOF