mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
+ The bourne shell does not guarantee it'll understand the new $() subshell syntax. + Can't rely on set -e to short circuit the script. No avoiding the roundabout suppression of the postscript error with '&& true'. Might fix #3844, but doubt it.