From 6fd9330823ce9b52475c3e7329ff1fee81ae8c8d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 20 Sep 2014 10:42:14 -0400 Subject: build: Expand shell params, not makefile macros --- diff --git a/build b/build index e643fa0..4643a11 100755 --- a/build +++ b/build @@ -16,9 +16,9 @@ script = \ s|@OS@|$(os)|; \ s|@VERSION@|$(version)|; \ s|@DISTRIBUTION_ID@|$(dist_id)|; \ - s|@DISTRIBUTION_ANSI_COLOR@|$(dist_ansi_color)|; \ - s|@DISTRIBUTION_HOME_URL@|$(dist_home_url)|; \ - s|@DISTRIBUTION_BUG_URL@|$(dist_bug_url)|; + s|@DISTRIBUTION_ANSI_COLOR@|$${dist_ansi_color}|; \ + s|@DISTRIBUTION_HOME_URL@|$${dist_home_url}|; \ + s|@DISTRIBUTION_BUG_URL@|$${dist_bug_url}|; build: -- cgit v0.9.1