Makefile: fix test after previous commit - frsh - french command language interpreter HTML git clone git://bitreich.org/frsh git://hg6vgqziawt5s4dj.onion/frsh DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 8d979000fc6a4006a74a22d46a14074683c8b625 DIR parent d0f201f3a6e6130f9944fb063c7add54e7e5ed09 HTML Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 10 Aug 2024 16:01:03 +0200 Makefile: fix test after previous commit Diffstat: M Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/Makefile b/Makefile @@ -17,7 +17,7 @@ options: @echo - uninstall test: test.frsh - @if test "$$(./${BIN} test.frsh)" = "bojour"; then \ + @if test "$$(./${BIN} test.frsh)" = "bonjour"; then \ echo parfait; \ else \ echo kaput; \