diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1323e399a85..87cfab966a5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,4 +1,8 @@ -2001-01-09 Peter Schmid +2001-01-10 Gabriel Dos Reis + + * tests_flags.in (check_directory): Fix typo. + +2001-01-09 Peter Schmid * include/bits/std_complex.h: Fix a typo. 2001-01-10 Loren J. Rittle diff --git a/libstdc++-v3/tests_flags.in b/libstdc++-v3/tests_flags.in index 017c0d0f0ca..4fc3bdf1b7d 100644 --- a/libstdc++-v3/tests_flags.in +++ b/libstdc++-v3/tests_flags.in @@ -68,7 +68,7 @@ check_options() { # Directory sanity check check_directory() { - if [ ! $2 ]; then + if [ ! -d $2 ]; then echo "$1 '$2' directory not found, exiting." exit 1 fi