Bash-4.0 patchlevel 38

This commit is contained in:
Chet Ramey
2011-11-21 20:49:12 -05:00
parent 17345e5ad2
commit 89a92869e5
27 changed files with 490 additions and 164 deletions
Vendored
+2 -2
View File
@@ -5806,7 +5806,7 @@ _ACEOF
# static version specified as -llibname to override the
# dynamic version
case "${host_os}" in
darwin[89]*) READLINE_LIB='${READLINE_LIBRARY}' ;;
darwin[89]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
*) READLINE_LIB=-lreadline ;;
esac
fi
@@ -5847,7 +5847,7 @@ _ACEOF
# static version specified as -llibname to override the
# dynamic version
case "${host_os}" in
darwin[89]*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
darwin[89]*|darwin10*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
*) HISTORY_LIB=-lhistory ;;
esac
fi