diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 19:14:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 19:14:59 +0300 |
commit | 8cf23354a362dc1792b1195021297333fae3b0df (patch) | |
tree | 328aa3c080bcfb99b199ef5a985ae229700f2979 /_posts/2020-05-20-makefile-escaping.md | |
parent | bump jekyll-theme (diff) | |
download | blog-8cf23354a362dc1792b1195021297333fae3b0df.tar.gz blog-8cf23354a362dc1792b1195021297333fae3b0df.zip |
fix typos
Diffstat (limited to '_posts/2020-05-20-makefile-escaping.md')
-rw-r--r-- | _posts/2020-05-20-makefile-escaping.md | 2 |
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 4308467..073db73 100644 --- a/_posts/2020-05-20-makefile-escaping.md +++ b/_posts/2020-05-20-makefile-escaping.md @@ -2,7 +2,7 @@ title: Escaping characters in Makefile excerpt: Making less error-prone. --- -I'm a big sucker for irrelevant neatpicks like properly quoting arguments in +I'm a big sucker for irrelevant nitpicks like properly quoting arguments in shell scripts. I've also recently started using GNU make as a substitute for one-line shell scripts (so instead of a bunch of scripts like build.sh, deploy.sh, test.sh I |