Fixed error that would occur on Mac OS X reporting misplaced )
parent
4b26a78745
commit
64eb33844d
|
|
@ -58,7 +58,7 @@ usage ()
|
|||
|
||||
# One thing todo
|
||||
|
||||
t() {
|
||||
function t() {
|
||||
if [[ "$*" == "" ]] ; then
|
||||
cat ~/.t
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue