config_host.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 983b2ee0c82196ee23becaf70a53fa9186f5df06 Author: Miklos Vajna <[email protected]> Date: Wed Jun 20 07:33:08 2012 +0200 config_host: fix misleading comment Change-Id: I51dbc3c1e0f860c7d3c866888f259de6b0d670b3 diff --git a/config_host.mk.in b/config_host.mk.in index fbbcfac..7a7e161 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -1,6 +1,6 @@ # config variable for LibreOffice # this file is intented to be able to be included in a Makefile - # or to be sourced in a shell session + # and not to be sourced in a shell session # export SRC_ROOT=@SRC_ROOT@ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
