Skip to content

Commit b2f35ab

Browse files
committed
Correct context to reflect recent sed change from / to @ in useLocalPackageVersion.diff
1 parent 51fdd41 commit b2f35ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stellar-core/debian/patches/useLocalPackageVersion.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
- && git describe --always --dirty --tags 2>/dev/null \
99
- || echo "$(PACKAGE) $(VERSION)"); \
1010
+ @vers=$$(echo "${LOCAL_PACKAGE} ${LOCAL_VERSION} (${GIT_COMMIT})"); \
11-
sed -e "s/%%VERSION%%/$$vers/" \
11+
sed -e "s@%%VERSION%%@$$vers@" \
1212
< "$(srcdir)/main/StellarCoreVersion.cpp.in" > $@~
1313
@if cmp -s $@~ $@; then rm -f $@~; else \

0 commit comments

Comments
 (0)