Skip to content

Commit

Permalink
Update cmdline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Nov 2, 2024
1 parent 8ff58cf commit 0e5e3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmdline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e5e3f7

Please sign in to comment.