Introduction
Introduction Statistics Contact Development Disclaimer Help
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; \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.