mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-31 23:20:45 +02:00
default value for BASH_LOADABLES_PATH; other minor changes
This commit is contained in:
@@ -707,3 +707,14 @@ suspend.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
|
||||
type.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
|
||||
ulimit.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
|
||||
umask.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
|
||||
|
||||
cd.o: $(topdir)/config-top.h
|
||||
command.o: $(topdir)/config-top.h
|
||||
common.o: $(topdir)/config-top.h
|
||||
declare.o: $(topdir)/config-top.h
|
||||
break.o: $(topdir)/config-top.h
|
||||
echo.o: $(topdir)/config-top.h
|
||||
evalstring.o: $(topdir)/config-top.h
|
||||
exit.o: $(topdir)/config-top.h
|
||||
kill.o: $(topdir)/config-top.h
|
||||
shopt.o: $(topdir)/config-top.h
|
||||
|
||||
+1
-1
@@ -935,7 +935,7 @@ find_special_builtin (name)
|
||||
current_builtin->function :
|
||||
(sh_builtin_func_t *)NULL);
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
shell_builtin_compare (sbp1, sbp2)
|
||||
struct builtin *sbp1, *sbp2;
|
||||
|
||||
Reference in New Issue
Block a user