svn commit: samba r20664 - in branches/SAMBA_3_0/source: .

lmuelle at samba.org lmuelle at samba.org
Wed Jan 10 19:54:49 GMT 2007


Author: lmuelle
Date: 2007-01-10 19:54:49 +0000 (Wed, 10 Jan 2007)
New Revision: 20664

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20664

Log:
Set the environment variable _before_ calling the shell.

Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2007-01-10 19:16:59 UTC (rev 20663)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-01-10 19:54:49 UTC (rev 20664)
@@ -1714,7 +1714,7 @@
 	@$(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



More information about the samba-cvs mailing list