v1.2.0
What's Changed
- Permit:
- copy–pasting (⌘A, ⌘C, ⌘V),
- direct execution (
./update
), or - sourcing (
. ./update
).
- Respect
$SHLVL
by not:- increasing the number of subshells at initiation, and not
- decreasing the number at completion.
- Conform to POSIX by:
- removing
exec -l
; POSIX defines no-l
option forexec
(POSIXexec
; SC3038; #32)
- removing
Full Changelog: v1.1.0...v1.2.0