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

This commit is contained in:
Jari Aalto
2009-09-12 16:46:51 +00:00
parent e8ce775db8
commit cce855bc5b
323 changed files with 33914 additions and 12319 deletions
+8
View File
@@ -23,6 +23,7 @@ type -t m
type -t builtin
type -t /bin/sh
type -t ${THIS_SH}
type -t mv
type func
# the following two should produce identical output
@@ -51,6 +52,8 @@ type func
unalias m
type m
hash -r
hash -p /bin/sh sh
type -p sh
@@ -58,3 +61,8 @@ SHBASE=${THIS_SH##*/}
hash -p /tmp/$SHBASE $SHBASE
type -p $SHBASE
type $SHBASE
type -t $SHBASE
# make sure the hash table looks right
hash