fix typeset_functions
authorTravis Swicegood <development@domain51.com>
Tue, 15 May 2012 15:26:03 +0000 (10:26 -0500)
committerErich Smith <heartquest@gmail.com>
Tue, 15 May 2012 18:27:29 +0000 (14:27 -0400)
commite14543a4bcdb118e835091af697af2ea618b25c7
treea1232333c0e4500603b5213ba22f5e8391903d69
parent70e1cd36be8425f1c2c20562beb6f69fe2c7de1e
fix typeset_functions

typeset_functions relies on a hack to determine the shell it is running
under. this hack fails on some versions of bash. if the $SHELL variable
is set, prefer that instead.

fix bug in draft()
lib/composure.sh