aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-08-01 01:59:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-08-01 01:59:12 +1200
commit2938cd6923546b4b069a5e7990e18b93e3dc3835 (patch)
tree575b871a723924855a85952e5a0163a8d9e76da5
parentMerge branch 'release/v2.0.0' (diff)
parentAdd missing target for Makefile install target (diff)
downloaddoomsh-master.tar.gz
doomsh-master.zip
Merge branch 'hotfix/v2.0.1'HEADv2.0.1master
* hotfix/v2.0.1: Add missing target for Makefile install target Correct spacing in ASCII art
-rw-r--r--Makefile2
-rw-r--r--VERSION2
-rw-r--r--doomsh.bash2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4a13472..8c74d80 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: $(ALL)
$(BASH) -c :
awk -v interpreter=$(BASH) 'NR == 1 { $$1 ="#!" interpreter } 1' $< > $@
chmod +x ./$@
-install:
+install: checkem
mkdir -p -- $(PREFIX)/bin
cp -- doomsh $(PREFIX)/bin
clean:
diff --git a/VERSION b/VERSION
index 227cea2..38f77a6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
+2.0.1
diff --git a/doomsh.bash b/doomsh.bash
index 13d0dc9..eb4a1ac 100644
--- a/doomsh.bash
+++ b/doomsh.bash
@@ -41,7 +41,7 @@ ______ _____ _____ __ ___
| | / | \_/ | \_/ | |\ /| |
| |/ / \ / \ /| | V | |
| ' / \_/ \_/ \_| | |
-|__/ \_|
+|__/ \_|
EOF
printf >&2 %s "$( {
tput me || tput sgr0