diff options
author | Lars Müller <lmuelle@samba.org> | 2007-01-10 19:54:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:01 -0500 |
commit | 99c1e8f262c4a4a9bd0c4e71faea3bbfe324266d (patch) | |
tree | 1f5d65968970d8ff8dd5494699d26480c0c76481 | |
parent | 83a41eb3a716045bbf283d155b0a605ce7964bf7 (diff) | |
download | samba-99c1e8f262c4a4a9bd0c4e71faea3bbfe324266d.tar.gz samba-99c1e8f262c4a4a9bd0c4e71faea3bbfe324266d.tar.bz2 samba-99c1e8f262c4a4a9bd0c4e71faea3bbfe324266d.zip |
r20664: Set the environment variable _before_ calling the shell.
(This used to be commit 9cecd62654d22b47d938a44a8aed63c558d511ad)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |