sbin/release in alpha_omega-1.5.10 vs sbin/release in alpha_omega-1.5.12

- old
+ new

@@ -8,10 +8,10 @@ # figure out the project root under which bin, lib live shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)" # load a jason bourne library -source "$shome/libexec/_treadstone" +source "$shome/libexec/_jason" # entry point function main { exec "$shome/libexec/aoh" "$(basename "$0")" "$@" }