[Libreoffice-commits] .: solenv/bin
Miklos Vajna
vmiklos at kemper.freedesktop.org
Tue Apr 24 03:25:38 PDT 2012
solenv/bin/create-tags | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 061e4e119cc932dadda976d2b8622f671201a6bd
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Tue Apr 24 12:25:22 2012 +0200
create-tags: config_host.mk reading
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index a61c5b6..0388928 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ -z "$INPATH" ] ; then
- INPATH=$(grep "INPATH=" ./config_host.mk | sed -e "s/INPATH=//")
+ INPATH=$(grep "INPATH=" ./config_host.mk | sed -e "s/export INPATH=//")
fi
if [ -z "$INPATH" ] ; then
echo "could not determine INPATH" >&2
More information about the Libreoffice-commits
mailing list