From 5e391de1f6e7a701a67eadbd8982644eba4928d1 Mon Sep 17 00:00:00 2001 From: Lukas Dullinger <129603980+itislu@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:03:58 +0200 Subject: [PATCH] fix: Start a new shell after `--max-size` If 42free would continue, the changes to the environment variables would not be applied yet. --- 42free.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/42free.sh b/42free.sh index 49eb39d..3fea6e2 100755 --- a/42free.sh +++ b/42free.sh @@ -634,6 +634,7 @@ while (( $# )); do ;; -m|--max-size) change_max_sizes + ft_exit $success ;; -u|--update) update