set -i/set -s are no longer valid so that I delete them.
When I use my script which use tryCatch by sourcing, an error has occured because of this.
I'm sure this way of executing (by sourcing scripts) is not common. I do while testing and developing.
Anyway, as we don't need those two options, I decided to delete them.
This is what I've got before this change(blib::install is my command defined in blib.oo.sh):
set -i
/set -s
are no longer valid so that I delete them. When I use my script which use tryCatch by sourcing, an error has occured because of this. I'm sure this way of executing (by sourcing scripts) is not common. I do while testing and developing. Anyway, as we don't need those two options, I decided to delete them.This is what I've got before this change(
blib::install
is my command defined in blib.oo.sh):