[Libreoffice-commits] .: solenv/bin
Miklos Vajna
vmiklos at kemper.freedesktop.org
Sat Jan 7 17:28:35 PST 2012
solenv/bin/create-tags | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be9c3de16a29a3bffde9156af346e8b9907121ed
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Sun Jan 8 02:28:25 2012 +0100
create-tags: fix "./config_host.mk: Permission denied"
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index 4d0f2bd..e7cc712 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
-./config_host.mk && . ./Env.Host.sh
+. ./config_host.mk && . ./Env.Host.sh
omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
More information about the Libreoffice-commits
mailing list