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/tst-tls6.sh | |
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/tst-tls6.sh')
-rwxr-xr-x | nptl/tst-tls6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-tls6.sh b/nptl/tst-tls6.sh index 6ef1232822..27450c3857 100755 --- a/nptl/tst-tls6.sh +++ b/nptl/tst-tls6.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # A tls test. # Copyright (C) 2003-2012 Free Software Foundation, Inc. # This file is part of the GNU C Library. |