Quote here document in plugin test scripts.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 10 Mar 2016 20:02:49 +0000 (13:02 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 10 Mar 2016 20:02:49 +0000 (13:02 -0700)
src/blowfish/blowfish-check.sh
src/gdbm/gdbm-check.sh
src/mcrypt/mcrypt-check.sh
src/md5/md5-check.sh
src/mhash/mhash-check.sh

index 470c8d64e6039686677b61b146c99c7bc74f3db3..edf275a274f43fab04741b95afc2085af5bbdd58 100755 (executable)
@@ -3,7 +3,7 @@
 # Test the BLOWFISH option.
 
 set -e
-${MIT_SCHEME_EXE} --prepend-library . <<EOF
+${MIT_SCHEME_EXE} --prepend-library . <<\EOF
 (load-option 'BLOWFISH)
 (load "blowfish-check" (->environment '(blowfish)))
 EOF
index 805c28128fa536a262d3222119f4e6b9b532d044..d10ac95d2c9cd075e4cf64473a3cf9f7fa3ba399 100755 (executable)
@@ -3,7 +3,7 @@
 # Test the GDBM option.
 
 set -e
-${MIT_SCHEME_EXE} --prepend-library . <<EOF
+${MIT_SCHEME_EXE} --prepend-library . <<\EOF
 (load-option 'GDBM)
 (load "gdbm-check" (->environment '(gdbm)))
 EOF
index 553337d0e20ef37bcd78a2d7e4001b4b5258d7f8..2aaa343608bd07d203dadc2a720a5076a22cb967 100755 (executable)
@@ -3,7 +3,7 @@
 # Test the MCRYPT option.
 
 set -e
-${MIT_SCHEME_EXE} --prepend-library . <<EOF
+${MIT_SCHEME_EXE} --prepend-library . <<\EOF
 (load-option 'MCRYPT)
 (load "mcrypt-check" (->environment '(mcrypt)))
 EOF
index a8f05d03cdf72543f19f0695c094f5e6803c5520..5edff6e3503aeff17a649f768919bfba5f2911e5 100755 (executable)
@@ -3,7 +3,7 @@
 # Test the MD5 option.
 
 set -e
-${MIT_SCHEME_EXE} --prepend-library . <<EOF
+${MIT_SCHEME_EXE} --prepend-library . <<\EOF
 (load-option 'MD5)
 (load "md5-check" (->environment '(md5)))
 EOF
index 038ded0bd2a0ed696c24a58eff47382f446f6cda..fb703897750555fc618d5bbd47664a6b980adcff 100755 (executable)
@@ -3,7 +3,7 @@
 # Test the MHASH option.
 
 set -e
-${MIT_SCHEME_EXE} --prepend-library . <<EOF
+${MIT_SCHEME_EXE} --prepend-library . <<\EOF
 (load-option 'MHASH)
 (load "mhash-check" (->environment '(mhash)))
 EOF