Imported from ../bash-2.05.tar.gz.

This commit is contained in:
Jari Aalto 2001-04-06 19:14:31 +00:00
commit 28ef6c316f
251 changed files with 22319 additions and 12413 deletions

View file

@ -98,7 +98,7 @@ set +o verbose
set +o xtrace
set -o history
set +o ignoreeof
set +o interactive-comments
set -o interactive-comments
set +o posix
set -o emacs
set +o vi
@ -122,7 +122,7 @@ verbose off
xtrace off
history on
ignoreeof off
interactive-comments off
interactive-comments on
posix off
emacs on
vi off
@ -146,7 +146,7 @@ set +o verbose
set +o xtrace
set -o history
set +o ignoreeof
set +o interactive-comments
set -o interactive-comments
set +o posix
set -o emacs
set +o vi
@ -160,6 +160,7 @@ set -o histexpand
set -o monitor
set -o privileged
set -o history
set -o interactive-comments
set -o emacs
--
set +o allexport
@ -175,7 +176,6 @@ set +o physical
set +o verbose
set +o xtrace
set +o ignoreeof
set +o interactive-comments
set +o posix
set +o vi
--
@ -192,7 +192,6 @@ physical off
verbose off
xtrace off
ignoreeof off
interactive-comments off
posix off
vi off
--