meatballs i wanted meatballs god damn it

This commit is contained in:
2026-05-23 13:44:17 -06:00
parent 79b922435a
commit c50dfc6785
+5 -5
View File
@@ -194,11 +194,11 @@ exit_cleanup() {
reset > /dev/null 2>&1 reset > /dev/null 2>&1
checkcode $? checkcode $?
for var in $(compgen -v); do # for var in $(compgen -v); do
printf "unsetting $var" # printf "unsetting $var"
sudo unset "$var" 2>/dev/null # sudo unset "$var" 2>/dev/null
checkcode $? # checkcode $?
done # done
} }
# Define the cleanup function # Define the cleanup function