Skip to content

Commit

Permalink
fix: Start a new shell after --max-size
Browse files Browse the repository at this point in the history
If 42free would continue, the changes to the environment variables would not be applied yet.
  • Loading branch information
itislu committed Apr 28, 2024
1 parent e4f2e2c commit 5e391de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 42free.sh
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ while (( $# )); do
;;
-m|--max-size)
change_max_sizes
ft_exit $success
;;
-u|--update)
update
Expand Down

0 comments on commit 5e391de

Please sign in to comment.