We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78ac37 commit b626d4aCopy full SHA for b626d4a
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = `$${PWD}/acts --version | awk '{print $$3}'`
+VERSION!= $${PWD}/acts --version | awk '{print $$3}'
2
3
package: dist/acts_$(VERSION)_all.deb
4
0 commit comments