From 3b0e768a722d4fc7df0e9819a7b6366e073d3859 Mon Sep 17 00:00:00 2001
From: gliargovas <gliargovas@aueb.gr>
Date: Wed, 15 Nov 2023 10:06:23 -0500
Subject: [PATCH] Address shellcheck warnings on try script

---
 try | 1 -
 1 file changed, 1 deletion(-)

diff --git a/try b/try
index c9b502a5..7a270dda 100755
--- a/try
+++ b/try
@@ -548,7 +548,6 @@ do
               NO_COMMIT="quiet";;
         (L)   if [ -n "$LOWER_DIRS" ]; then
                   error "the -L option has been specified multiple times." 2
-                  exit 1
               fi
               LOWER_DIRS="$OPTARG"
               NO_COMMIT="quiet";;