]> granicus.if.org Git - check/commitdiff
* Make tests/test_vars.in bourne shell compatible
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 11 Oct 2012 14:36:59 +0000 (14:36 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 11 Oct 2012 14:36:59 +0000 (14:36 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@630 64e312b2-a51f-0410-8e61-82d0ca0eb02a

NEWS
tests/test_vars.in

diff --git a/NEWS b/NEWS
index 7d617e4fb3c4c4a079dd3a8f95135b29fdc82cdc..d02c8349e2b7b12aea8d81682b89f88dab0c6169 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 In development.
 
+* Make tests/test_vars.in bourne shell compatible, bug #3472578 on SF.
+
 * Added ck_ prefix to mutex_lock variable, to avoid name clash on Solaris.
   Solves bug #3472574 on SF.
 
index c98d95a43d7e16417633fb48858b1eeb4b5debc0..239c403a808373a67fcf537d5c1b30954e035dfa 100644 (file)
@@ -1,4 +1,3 @@
 # defined to 1 if subunit is enabled
-export ENABLE_SUBUNIT=@ENABLE_SUBUNIT@
-# defined to 1 if subunit is enabled
-export ENABLE_SUBUNIT=@ENABLE_SUBUNIT@
+ENABLE_SUBUNIT=@ENABLE_SUBUNIT@
+export ENABLE_SUBUNIT