Skip to content

Commit

Permalink
Bufix: Added missing _token typeset for dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed May 15, 2014
1 parent a08c8b6 commit 904bd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/shell/dates/functions
Expand Up @@ -11,7 +11,7 @@ dates()
{ {
true ${date_format:="%Y-%m-%dT%H:%M:%S"} true ${date_format:="%Y-%m-%dT%H:%M:%S"}


typeset _start _end _date _step _format_in _format_out typeset _start _end _date _step _format_in _format_out _token
_step="day" _step="day"
_format_in="%Y-%m-%d" _format_in="%Y-%m-%d"
_format_out="%Y-%m-%d" _format_out="%Y-%m-%d"
Expand Down

0 comments on commit 904bd29

Please sign in to comment.