osmith submitted this change.
osmo-release: use script from PWD if available
When running "make release" inside a libosmocore git tree, use the
osmo-release.sh from the current tree instead of the version that has
been previously installed into PATH.
Change-Id: I2c3ccc12771c8bbdd0769389cceb608ed92e1525
---
M osmo-release.mk
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/osmo-release.mk b/osmo-release.mk
index cd83397..a28372c 100644
--- a/osmo-release.mk
+++ b/osmo-release.mk
@@ -1,2 +1,2 @@
release:
- @osmo-release.sh $(VERSION) $(REL)
+ @PATH="$$PWD:$$PATH" osmo-release.sh $(VERSION) $(REL)
To view, visit change 37561. To unsubscribe, or for help writing mail filters, visit settings.