Fixed error that would occur on Mac OS X reporting misplaced )
authorMark Szymanski <mrman208@me.com>
Fri, 5 Nov 2010 20:27:03 +0000 (15:27 -0500)
committerMark Szymanski <mrman208@me.com>
Fri, 5 Nov 2010 20:27:03 +0000 (15:27 -0500)
plugins/base.plugin.bash

index c30d731..b1706e9 100644 (file)
@@ -58,7 +58,7 @@ usage ()
 
 # One thing todo
 
- t() {
+function t() {
         if [[ "$*" == "" ]] ; then
                 cat ~/.t
         else