diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-24 16:29:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-24 16:29:55 (EDT) |
commit | 9196326d95d5067ef141ccf2338c8f99b6626525 (patch) | |
tree | ce8e2f22be7e8b3bc985af188ad93a123e4a936e /Makefile.in | |
parent | 5d15f62baefd84bbc8382bd13e4ebcf93e1bb1cc (diff) |
Replace "/bin/sh" with "@@SHELL@@" in scripts.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f5c9771..9dbd4f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,6 +53,7 @@ sedscript: @echo 's&@@BINDIR@@&$(BINDIR)&' >> sedscript @echo 's&@@DATADIR@@&$(DATADIR)&' >> sedscript @echo 's&@@LIBDIR@@&$(LIBDIR)&' >> sedscript + @echo 's&@@SHELL@@&$(SHELL)&' >> sedscript .PHONY: clean clean: |