From 222b64f109b32fc2d4e7edfa5648bec2dffb274a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 4 Jul 2025 05:19:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92ifs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/main.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index 75036ef..48e7f08 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -132,23 +132,6 @@ rwx_shell_interactive() { esac } -# ╭──────┬─────╮ -# │ main │ ifs │ -# ╰──────┴─────╯ - -# set internal field separator to line feed -rwx_ifs_set() { - _RWX_IFS="${IFS}" - IFS=" -" -} - -# unset internal field separator -rwx_ifs_unset() { - IFS="${_RWX_IFS}" - unset RWX_IFS -} - # ╭──────┬──────╮ # │ main │ find │ # ╰──────┴──────╯