diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-25 21:59:14 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-25 21:59:14 +0000 |
commit | 6a345e4261f34abd45b15c41469a942237a48537 (patch) | |
tree | f99f07f0f348fe82cd3152c6b5d9a9343dc19441 /nptl/Makefile | |
parent | 1e9d84cdbc46301a0d9e83f7044393f7d8139382 (diff) | |
download | glibc-6a345e4261f34abd45b15c41469a942237a48537.tar.gz glibc-6a345e4261f34abd45b15c41469a942237a48537.tar.xz glibc-6a345e4261f34abd45b15c41469a942237a48537.zip |
Use bash to run nptl/tst-tls6.sh.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index f84646ee04..c7bb61b695 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -475,7 +475,7 @@ $(objpfx)tst-tls6.out: tst-tls6.sh $(objpfx)tst-tls5 \ $(objpfx)tst-tls5moda.so $(objpfx)tst-tls5modb.so \ $(objpfx)tst-tls5modc.so $(objpfx)tst-tls5modd.so \ $(objpfx)tst-tls5mode.so $(objpfx)tst-tls5modf.so - $(SHELL) $< $(common-objpfx) $(elf-objpfx) \ + $(BASH) $< $(common-objpfx) $(elf-objpfx) \ $(rtld-installed-name) '$(test-wrapper-env)' endif |