Skip to content

Commit

Permalink
🔨 Apparantly awk doesn't work as expected in make
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed May 2, 2023
1 parent 6386bf8 commit 6d6ca49
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
Expand Up @@ -25,4 +25,4 @@ publish:
npm publish

version:
@cargo pkgid | awk -F '[@#]' '{print $NF}'
@cargo pkgid | sed 's/.*[@#]\(.*\)/\1/'

0 comments on commit 6d6ca49

Please sign in to comment.