This commit is contained in:
Thomas Levine 2012-10-11 00:43:23 -04:00
parent fb1956880b
commit c89dbb09cb
4 changed files with 6 additions and 4 deletions

View File

@ -1 +1,3 @@
#urchin_export tmp=$(mktemp -d)
#!/bin/sh
export variable_set_in_setup='value'

View File

@ -1,3 +0,0 @@
#!/bin/sh
echo "$variable_set_in_setup"
[ "$variable_set_in_setup" = 'aoeuhtns' ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "$variable_set_in_setup"
[ "$variable_set_in_setup" = '' ]