Skip to content

Commit

Permalink
Don't fail under BSD make
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Jun 23, 2019
1 parent a78ac37 commit b626d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = `$${PWD}/acts --version | awk '{print $$3}'`
VERSION!= $${PWD}/acts --version | awk '{print $$3}'

package: dist/acts_$(VERSION)_all.deb

Expand Down

0 comments on commit b626d4a

Please sign in to comment.