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