Richard Hansen wrote: > Unlike bash, POSIX shell does not specify a 'local' command for > declaring function-local variable scope. Except for IFS, the variable > names are not used anywhere else in the script so simply remove the > 'local'. For IFS, move the assignment to the 'read' command to > prevent it from affecting code outside the function. Makes sense. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html