*** bash-2.05a/builtins/mkbuiltins.c.orig Tue Oct 16 02:24:15 2001 --- bash-2.05a/builtins/mkbuiltins.c Tue Feb 12 17:51:12 2002 *************** *** 19,24 **** --- 19,33 ---- with Bash; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ + /*=================================================================== + * This file was modified by SAKAIDA Masaaki. + * + * Change Logs + * 1. Add 'exec_sql' in special_builtins[]. + * + *=================================================================== + */ + #include #if defined (HAVE_UNISTD_H) *************** *** 118,123 **** --- 127,133 ---- { ":", ".", "source", "break", "continue", "eval", "exec", "exit", "export", "readonly", "return", "set", "shift", "trap", "unset", + "exec_sql", (char *)NULL };