tMakefile: fix test after previous commit - frsh - french command language inte… | |
git clone git://src.adamsgaard.dk/frsh | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 8d979000fc6a4006a74a22d46a14074683c8b625 | |
parent d0f201f3a6e6130f9944fb063c7add54e7e5ed09 | |
Author: Anders Damsgaard <[email protected]> | |
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(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
t@@ -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; \ |