aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2020-05-20-makefile-escaping.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 11:20:57 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 11:59:04 +0200
commitf41f8f2a9ecefc92b813094a52a6778ae7ff7d76 (patch)
tree234f51459c3cad7ab2a4f8c6897094eb81d769f0 /_posts/2020-05-20-makefile-escaping.md
parentfix make wget w/ live reload (diff)
downloadblog-jekyll4.tar.gz
blog-jekyll4.zip
upgrade to Jekyll 4jekyll4
The jekyll-github-metadata bug has finally been fixed.
Diffstat (limited to '_posts/2020-05-20-makefile-escaping.md')
-rw-r--r--_posts/2020-05-20-makefile-escaping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-05-20-makefile-escaping.md b/_posts/2020-05-20-makefile-escaping.md
index dd9125a..d468cc3 100644
--- a/_posts/2020-05-20-makefile-escaping.md
+++ b/_posts/2020-05-20-makefile-escaping.md
@@ -4,7 +4,7 @@ title: Escaping characters in Makefile
TL;DR: visit [this page] for a short and concise version of this article.
{: .alert .alert-success }
-[this page]: {{ site.baseurl }}{% link _notes/makefile.md %}
+[this page]: {% link _notes/makefile.md %}
I'm a big sucker for irrelevant nitpicks like properly quoting arguments in
shell scripts.