summaryrefslogtreecommitdiff
path: root/solenv/bin/create-ids
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-01-09 17:02:47 +0100
committerEike Rathke <erack@redhat.com>2012-01-09 17:03:56 +0100
commit1245266ebc4cb228ff17eda8ac4bc0ff35a86f7d (patch)
treeac2b4982d48e802529e3e6c34dd9f0c3c83d9e8a /solenv/bin/create-ids
parentb0cb633d6e3369936a63501933f47f291a4760b7 (diff)
./config_host.mk is to be sourced, not invoked
Diffstat (limited to 'solenv/bin/create-ids')
-rwxr-xr-xsolenv/bin/create-ids2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index 8744a387e5cb..2c7f976fd018 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -2,7 +2,7 @@
# create ID file for the whole LibO tree. run it in toplevel dir
-./config_host.mk && . ./Env.Host.sh
+. ./config_host.mk && . ./Env.Host.sh
# --with-outpath includes projects/$INPATH/inc (also solver/$INPATH/inc)
if [ "$1" = "--with-outpath" ]; then