From 64eb33844d3661e5290571e93298988788297f19 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Fri, 5 Nov 2010 15:27:03 -0500 Subject: [PATCH] Fixed error that would occur on Mac OS X reporting misplaced ) --- plugins/base.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/base.plugin.bash b/plugins/base.plugin.bash index c30d731..b1706e9 100644 --- a/plugins/base.plugin.bash +++ b/plugins/base.plugin.bash @@ -58,7 +58,7 @@ usage () # One thing todo - t() { +function t() { if [[ "$*" == "" ]] ; then cat ~/.t else -- 2.17.1