From 6c1b64f1d059661f15aa7ed2c1ad34545ec6f099 Mon Sep 17 00:00:00 2001
From: Klaus Rabbertz <klaus.rabbertz@cern.ch>
Date: Fri, 8 Nov 2024 15:13:00 +0100
Subject: [PATCH] Fix missing endif in install script

---
 tools/fnlosrc_install.csh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/fnlosrc_install.csh b/tools/fnlosrc_install.csh
index 871cbbdd..73293a54 100755
--- a/tools/fnlosrc_install.csh
+++ b/tools/fnlosrc_install.csh
@@ -811,7 +811,7 @@ if ( $withoptional ) then
 #      cd ..
 #      touch ${arc}_installed
 #   endif
-#endif
+endif
 #
 #
 #==============================================================================
-- 
GitLab