From 9196326d95d5067ef141ccf2338c8f99b6626525 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 24 Apr 2012 16:29:55 -0400 Subject: Replace "/bin/sh" with "@@SHELL@@" in scripts. --- (limited to 'Makefile.in') 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: -- cgit v0.9.1