tests_flags.in (check_directory): Fix typo.
2001-01-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com> * tests_flags.in (check_directory): Fix typo. From-SVN: r38851
This commit is contained in:
parent
35fb3d1ff3
commit
b2fb49148e
@ -1,4 +1,8 @@
|
||||
2001-01-09 Peter Schmid<schmid@snake.iap.physik.tu-darmstadt.de>
|
||||
2001-01-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
|
||||
|
||||
* tests_flags.in (check_directory): Fix typo.
|
||||
|
||||
2001-01-09 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
|
||||
* include/bits/std_complex.h: Fix a typo.
|
||||
|
||||
2001-01-10 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user