From 99c1e8f262c4a4a9bd0c4e71faea3bbfe324266d Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Wed, 10 Jan 2007 19:54:49 +0000 Subject: r20664: Set the environment variable _before_ calling the shell. (This used to be commit 9cecd62654d22b47d938a44a8aed63c558d511ad) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 31e01b6fb6..bed5d77814 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1714,7 +1714,7 @@ revert: @$(SHELL) $(srcdir)/script/revert.sh $(BINDIR) $(BIN_PROGS) $(SCRIPTS) installman: installdirs - @$(SHELL) SMBMOUNT_PROGS="@SMBMOUNT_PROGS@" \ + @SMBMOUNT_PROGS="@SMBMOUNT_PROGS@" $(SHELL) \ $(srcdir)/script/installman.sh $(DESTDIR)$(MANDIR) $(srcdir) C "@ROFF@" .PHONY: showlayout -- cgit