From 0243016c0eb9afa8c1773d53b001bfcd0c4af53a Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Mon, 23 Nov 2020 14:44:43 -0700 Subject: [PATCH] shlib.sh: remove superfluous break Remove harmless `break` apparently leftover from careless copy and paste operation long ago. Signed-off-by: Kyle J. McKay --- shlib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/shlib.sh b/shlib.sh index aca8ac1..8f52ea0 100644 --- a/shlib.sh +++ b/shlib.sh @@ -184,7 +184,6 @@ get_girocco_config_var_list() ( done if _test="$(du -H "$0" 2>/dev/null)" && [ -n "$_test" ]; then printf 'var_du_follow=%s\n' "-H" - break fi ul512bin="$inc_basedir/bin/ulimit512" if [ ! -x "$ul512bin" ] && [ -x "$inc_basedir/src/ulimit512" ]; then -- 2.11.4.GIT