]> Savannah Git Hosting - gnulib.git/commit
sh-filename: New module.
authorBruno Haible <bruno@clisp.org>
Thu, 4 Oct 2018 23:38:46 +0000 (01:38 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 4 Oct 2018 23:38:46 +0000 (01:38 +0200)
commit1ffc70c32c4f94d732d7a5cba4454eb6b65bbe5d
tree524bde2d33f855881519ec69e9a424c4a8987685
parent050357c685fe979819ef1ff258d80ce173b1317d
sh-filename: New module.

* m4/sh-filename.m4: New file.
* modules/sh-filename: New file.
* lib/spawni.c (_PATH_BSHELL): Use BOURNE_SHELL instead of hardcoding
"/bin/sh".
* tests/test-posix_spawn1.c (main): Likewise.
* tests/test-posix_spawn2.c (main): Likewise.
* lib/javacomp.c (compile_using_envjavac, is_envjavac_gcj,
is_envjavac_gcj43): Likewise.
* lib/javaexec.c (execute_java_class): Likewise.
* modules/posix_spawn-internal (Depends-on): Add sh-filename.
* modules/posix_spawnp-tests (Depends-on): Likewise.
* modules/javacomp (Depends-on): Likewise.
* modules/javaexec (Depends-on): Likewise.
12 files changed:
ChangeLog
lib/javacomp.c
lib/javaexec.c
lib/spawni.c
m4/sh-filename.m4 [new file with mode: 0644]
modules/javacomp
modules/javaexec
modules/posix_spawn-internal
modules/posix_spawnp-tests
modules/sh-filename [new file with mode: 0644]
tests/test-posix_spawn1.c
tests/test-posix_spawn2.c