exporting

This commit is contained in:
Thomas Levine 2012-10-08 10:33:45 -04:00
parent 45df979ec5
commit 09472b9116
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ and directories have special meanings.
Directories are processed in a depth-first order. When a particular directory
is processed, `setup` is sourced before everything else in the directory, including
subdirectories. Set variables in the setup function t make them available to other
files in the same directory.
subdirectories. Export variables from the setup function to make them available
to other files in the same directory.
`teardown` is run after everything else in the directory.