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

This commit is contained in:
Jari Aalto 2000-03-17 21:46:59 +00:00
commit bb70624e96
387 changed files with 28522 additions and 9334 deletions

View file

@ -46,8 +46,8 @@ fi
oldpat=$1
newpat=$2
set $1
if [ ! -a "$1" ]; then
set -- $1
if [ ! -e "$1" ]; then
echo "$name: no files match $oldpat."
exit 1
fi
@ -79,7 +79,7 @@ while :; do
done
if [ $i -eq 1 ]; then
print -u2 "No globbing chars in pattern."
echo "No globbing chars in pattern." 1>&2
exit 1
fi