summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
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: