aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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