The comment should probably read instead:
code still needed to populate environment variables (for unit testing)"


On Sun, Jun 2, 2013 at 3:05 PM, Jeffrey Blank <blank@eclipse.ncsc.mil> wrote:

Signed-off-by: Jeffrey Blank <blank@eclipse.ncsc.mil>
---
 RHEL6/input/fixes/bash/templates/support.sh |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 RHEL6/input/fixes/bash/templates/support.sh

diff --git a/RHEL6/input/fixes/bash/templates/support.sh b/RHEL6/input/fixes/bash/templates/support.sh
new file mode 100644
index 0000000..e25ce4d
--- /dev/null
+++ b/RHEL6/input/fixes/bash/templates/support.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+function populate {
+# code to populate environment variables needed (for unit testing)
+if [ -z "${!1}" ]; then
+       echo "$1 is not defined. Exiting."
+       exit
+fi
+}
--
1.7.1