mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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.