I hate implicit function declarations, but it turns out bash doesn't even know what they are if they come after "then", so I made it implicit.
parent
efd6e96e23
commit
03651fd071
|
|
@ -153,7 +153,7 @@ usage ()
|
|||
|
||||
if [ ! -e $BASH_IT/plugins/enabled/todo.plugin.bash ]; then
|
||||
# if user has installed todo plugin, skip this...
|
||||
t ()
|
||||
function t ()
|
||||
{
|
||||
about 'one thing todo'
|
||||
param 'if not set, display todo item'
|
||||
|
|
|
|||
Loading…
Reference in New Issue