LucasLarson / update

update all the things
Other
1 stars 0 forks source link

refactor: unset variables with graceful degradation (#53) #56

Closed LucasLarson closed 7 months ago

LucasLarson commented 7 months ago

for shells that correctly interpret unset variable, it is wasteful to first clear the variable with variable=''; to fix #53, that behavior is now relegated to only situations and interpreters where unset fails.