diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 17:36:31 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 17:36:31 +0530 |
commit | ff8d57304479fff84342ba8c1f78c85f8612ccad (patch) | |
tree | 46b10af648e9d2e09f53c2706c91b7b8ae27cea9 | |
parent | ba3ba4b711a09b1fa63c719f1700000971e35850 (diff) |
testing2
-rw-r--r-- | articles/artificial-software-level-lockdowns.md | 2 | ||||
-rwxr-xr-x | blogit | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/articles/artificial-software-level-lockdowns.md b/articles/artificial-software-level-lockdowns.md index 0e3efe9..63238d5 100644 --- a/articles/artificial-software-level-lockdowns.md +++ b/articles/artificial-software-level-lockdowns.md @@ -1,4 +1,4 @@ -Artificial software-level lockdowns +Artificial software-level lockdown While we are fighting for the right to repair, we are also facing another problem. The software-level lockdowns are also enforced by the manufacturers artificially which also progresses the planned obsolesence of their devices. Such a serious issue is not heavily looked after by the consumers compared to planned obsolesence through irrepairable devices, which can also affect us in the similar manner. @@ -136,7 +136,7 @@ blog/@%.html: $(TAGFILES) $(addprefix templates/,$(addsuffix .html,header tag_in blog/%.html: $(BLOG_SRC)/%.md $(addprefix templates/,$(addsuffix .html,header article_header article_footer footer)) mkdir -p blog - TITLE=" $(BLOG_TITLE) - $(shell head -n1 $<)"; \ + TITLE="$(shell head -n1 $<)"; \ export TITLE; \ AUTHOR="$(shell git log -n 1 --reverse --format="%an" -- "$<")"; \ export AUTHOR; \ |