Rumen Yotov wrote: > Hi, > Quick question: is "functions" a reserved keyword/word in bash (ver.3)? > Looking at a strange error about missing " ' " | unexpected EOF. > The bash-script is loaded in vim and "functions" is colored as a keyword. > Could look at it myself but will take too much time (have to look at > bash !!!). > Thanks. Rumen
function is but not functions. The info docs have a reserved word index. I recommend info2html. Zac -- [email protected] mailing list

