diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 22:51:40 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 22:51:40 -0500 |
commit | f51aa1b6f67ba20958d792b6f1d2eb42cca42163 (patch) | |
tree | ae8b232f6aa5e19e9c7531ccf279eba65a084bbc /configure | |
parent | 723529391cfd8215032b12854f72398cfc6a4a3d (diff) | |
download | bash-f51aa1b6f67ba20958d792b6f1d2eb42cca42163.tar.gz |
commit bash-20060810 snapshot
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26872,7 +26872,7 @@ else bash_cv_dev_fd="" if test -d /dev/fd && test -r /dev/fd/0 < /dev/null; then # check for systems like FreeBSD 5 that only provide /dev/fd/[012] - exec 3<&0 + exec 3</dev/null if test -r /dev/fd/3; then bash_cv_dev_fd=standard else |