Skip to content

Commit 15cf471

Browse files
author
Shaun Prince
committed
chore: apply upstream doc/build fixes and clean patch artifacts
1 parent f3dbdfc commit 15cf471

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ request on the repo and our GitHub Actions CI will run ShellCheck for you.
5050
- Don’t use `sed`.
5151
- Use `bash`'s built-in [parameter expansion](http://wiki.bash-hackers.org/syntax/pe).
5252
- Don’t use `cat`.
53-
- Use `bash`'s built-in syntax (`file="$(< /path/to/file.txt)")`).
53+
- Use `bash`'s built-in syntax (`file="$(< /path/to/file.txt)"`).
5454
- Don’t use `grep "pattern" | awk '{ printf }'`.
5555
- Use `awk '/pattern/ { printf }'`
5656
- Don’t use `wc`.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PREFIX = /usr
22
MANDIR = $(PREFIX)/share/man
33

44
all:
5-
@echo Run \'make install\' to install Neofetch.
5+
@printf "Run 'make install' to install Neofetch.\n"
66

77
install:
88
@mkdir -p $(DESTDIR)$(PREFIX)/bin

0 commit comments

Comments
 (0)