From 84e2065a2637645f8c797d1032265c4f37e9e718 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Dec 2018 00:19:00 -0800 Subject: Bumped version number. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ae6bea..af8f8ef 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ uninstall: version version="$(UNINSTALL_VERSION)"; \ if [[ ! $$version ]]; then version="`cat version`"; fi;\ rm -rvf $$prefix/lib/nomsu/$$version $$prefix/share/nomsu/$$version $$prefix/bin/nomsu$$version; \ - if [[ "`find -E $$prefix/bin -type f -regex '.*/nomsu[0-9.]+\$$'`" == "" ]]; then \ + if [[ "`find $$prefix/bin -type f -regex '.*/nomsu[0-9.]+\$$'`" == "" ]]; then \ rm -vf $$prefix/bin/nomsu $$prefix/share/man/man1/nomsu.1; \ else \ if [ -f $$prefix/bin/nomsu ]; then \ -- cgit v1.2.3