From fe89a0afdb88a513e909081d60b097a406f9b140 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:50:27 +0100 Subject: [PATCH] Update cmdline.sh --- cmdline.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdline.sh b/cmdline.sh index 1c854b47..ec4ae6ab 100755 --- a/cmdline.sh +++ b/cmdline.sh @@ -7,6 +7,7 @@ if test "${A5K_FUNCTIONS_INCLUDED:-false}" = 'false'; then # Workaround for shells without support for local (example: ksh pbosh obosh) command 1> /dev/null 2>&1 -v 'local' || { + echo '==============================' \eval ' local() { :; } ' || : # On some variants of ksh this really works, but leave the function as dummy fallback if command 1> /dev/null 2>&1 -v 'typeset'; then alias 'local'='typeset'; fi