From c784b7952dbff833fd3955b46da399b00d72f67b Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Fri, 16 Nov 2018 15:30:28 +0100 Subject: [PATCH] Update sed --- src/main.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.m4 b/src/main.m4 index 3161540..c5ab6fb 100644 --- a/src/main.m4 +++ b/src/main.m4 @@ -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)