diff --git a/cmdline.sh b/cmdline.sh index fc5524ae..19804edd 100755 --- a/cmdline.sh +++ b/cmdline.sh @@ -7,7 +7,6 @@ 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