diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2012-10-30 16:32:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-30 16:32:26 +0000 |
commit | a9879fee342c8d40fc1cfabe19cae0f94845e2c5 (patch) | |
tree | e8cbde2bffe0425201195861e424cba96c7382b3 /nptl/Makefile | |
parent | 8321aa972bb84523e060e848d09db5e97ab81c06 (diff) | |
download | glibc-a9879fee342c8d40fc1cfabe19cae0f94845e2c5.tar.gz glibc-a9879fee342c8d40fc1cfabe19cae0f94845e2c5.tar.xz glibc-a9879fee342c8d40fc1cfabe19cae0f94845e2c5.zip |
Fix nptl/tst-cancel7 for non-bash shells.
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 c7bb61b695..9d777734a6 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -435,7 +435,7 @@ CFLAGS-tst-initializers1-c99.c = $(CFLAGS-tst-initializers1-<) CFLAGS-tst-initializers1-gnu89.c = $(CFLAGS-tst-initializers1-<) CFLAGS-tst-initializers1-gnu99.c = $(CFLAGS-tst-initializers1-<) -tst-cancel7-ARGS = --command "$(host-built-program-cmd)" +tst-cancel7-ARGS = --command "exec $(host-built-program-cmd)" tst-cancelx7-ARGS = $(tst-cancel7-ARGS) tst-umask1-ARGS = $(objpfx)tst-umask1.temp |