rename err to bash-bear
[distro-setup] / distro-end
index f2eef439a8dc74c97e3e3f99aaa4be6754e98f7a..5ba9421526a478e39c39bfa9dd7b25c18f765bc1 100755 (executable)
@@ -6,7 +6,7 @@
 export LC_USEBASHRC=t; if [[ -s ~/.bashrc ]]; then . ~/.bashrc; fi
 
 ### setup
-source /a/bin/errhandle/err
+source /a/bin/bash-bear-trap/bash-bear
 src="$(readlink -f -- "${BASH_SOURCE[0]}")"; src=${src%/*} # directory of this file
 
 if [[ $EUID == 0 ]]; then