diff options
author | Barry Warsaw <barry@python.org> | 2000-10-05 18:45:53 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-10-05 18:45:53 (GMT) |
commit | 7d1219d9bdb9598c95636daac741896f2167b09f (patch) | |
tree | 899694e1f976e0196527ec9413a53f66538ea85c /Misc | |
parent | 3dc0a514e6d6dd1e1b6ed3aa82fcdaa909bfea7f (diff) | |
download | cpython-7d1219d9bdb9598c95636daac741896f2167b09f.zip cpython-7d1219d9bdb9598c95636daac741896f2167b09f.tar.gz cpython-7d1219d9bdb9598c95636daac741896f2167b09f.tar.bz2 |
Change all occurances of
test -d "$directory"
to
test ! -z "directory" -a -d "directory"
Apparently, on SunOS 4.1.4_JL (and other?) OSes, -d on an empty string
always returns true. This closes SF bug #115392.
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions