Skip to content

Commit

Permalink
Update sed
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogallo committed Nov 16, 2018
1 parent a04e969 commit c784b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.m4
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ define(
_MAKEFILE_UPDATE_URL,
$(shell \
curl https://api.github.com/repos/alejandrogallo/latex-makefile/releases/latest | \
sed -n 's/.*browser_download_url":.*"\(.*\)"/\1/p' \
$(SED) -n 's/.*browser_download_url":.*"\(.*\)"/\1/p' \
)
)dnl
include_once(common-makefile/src/update.m4)
Expand Down

0 comments on commit c784b79

Please sign in to comment.