From 66bc4b2fd3e6887322a23a71b8f1cf198af8d7f8 Mon Sep 17 00:00:00 2001 From: Joelle Linder Date: Sat, 15 Nov 2025 18:54:45 +0100 Subject: [PATCH] Added missing "fi" causing "unexpected end of file" error on Fedora Linux. --- install-dependencies-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dependencies-linux b/install-dependencies-linux index 93371b8..daf29c6 100755 --- a/install-dependencies-linux +++ b/install-dependencies-linux @@ -171,5 +171,5 @@ else echo "Please report this to bugs-gnustep@gnu.org." echo "Your linux os ${ID} is currently unsupported." fi + fi fi -