summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/create-tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index a61c5b68c65b..0388928d6aac 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