<div dir="ltr">The comment should probably read instead:<div># <span style="font-family:arial,sans-serif;font-size:13px">code still needed to populate environment variables (for unit testing)&quot;</span></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sun, Jun 2, 2013 at 3:05 PM, Jeffrey Blank <span dir="ltr">&lt;<a href="mailto:blank@eclipse.ncsc.mil" target="_blank">blank@eclipse.ncsc.mil</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Signed-off-by: Jeffrey Blank &lt;<a href="mailto:blank@eclipse.ncsc.mil">blank@eclipse.ncsc.mil</a>&gt;<br>
---<br>
 RHEL6/input/fixes/bash/templates/support.sh |    9 +++++++++<br>
 1 files changed, 9 insertions(+), 0 deletions(-)<br>
 create mode 100644 RHEL6/input/fixes/bash/templates/support.sh<br>
<br>
diff --git a/RHEL6/input/fixes/bash/templates/support.sh b/RHEL6/input/fixes/bash/templates/support.sh<br>
new file mode 100644<br>
index 0000000..e25ce4d<br>
--- /dev/null<br>
+++ b/RHEL6/input/fixes/bash/templates/support.sh<br>
@@ -0,0 +1,9 @@<br>
+#!/bin/bash<br>
+<br>
+function populate {<br>
+# code to populate environment variables needed (for unit testing)<br>
+if [ -z &quot;${!1}&quot; ]; then<br>
+       echo &quot;$1 is not defined. Exiting.&quot;<br>
+       exit<br>
+fi<br>
+}<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.1<br>
<br>
</font></span></blockquote></div><br></div>