diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 15:13:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 15:13:26 +0000 |
commit | 547ff46273e7460f79a51ecda370116969eba182 (patch) | |
tree | da4830db61c4476e634a69dbcf67ba480acd3631 /posix | |
parent | 3737ff12bcf09b8724905483b57e063125e0f43c (diff) | |
download | glibc-547ff46273e7460f79a51ecda370116969eba182.tar.gz glibc-547ff46273e7460f79a51ecda370116969eba182.tar.xz glibc-547ff46273e7460f79a51ecda370116969eba182.zip |
Update.
2000-04-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/getcpuclockid.c (pthread_getcpuclockid): Fix typo.
Diffstat (limited to 'posix')
-rwxr-xr-x | posix/globtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/globtest.sh b/posix/globtest.sh index 40d95d5dcb..956a5e6bb1 100755 --- a/posix/globtest.sh +++ b/posix/globtest.sh @@ -240,7 +240,7 @@ if test ~/ = //; then echo / | cmp - $testout || result=1 else echo ~/ | cmp - $testout || result=1 -endif +fi # Test tilde expansion with username ${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \ |