diff --git a/TODO b/TODO index c287794..58b4abd 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,8 @@ +- The HOSTNAME and HOSTSHORT built-in names no longer use < and > as + delimiters, but use a double underbar instead as in: __HOSTNAME__. + This change was made to avoid having to quote these metacharcters + since they are used by the shell for redirection. + - Fixed bug that only recognized sudo invocations if they were the first statement on a command line. All instances of the string "sudo " will now force sudo password prompting and processing.