Skip to content

Commit

Permalink
Fixed error that would occur on Mac OS X reporting misplaced )
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Szymanski committed Nov 5, 2010
1 parent 4b26a78 commit 64eb338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/base.plugin.bash
Expand Up @@ -58,7 +58,7 @@ usage ()

# One thing todo

t() {
function t() {
if [[ "$*" == "" ]] ; then
cat ~/.t
else
Expand Down

0 comments on commit 64eb338

Please sign in to comment.