Erik de Castro Lopo <mle+s...@mega-nerd.com> writes: > In scripts I ocassionally use 'set -e' or 'set -x' to change the behaviour > of the shell with the script. > > The question is, once these options are set, is there a way to unset > them?
set +x; set +e See also 'help set' and bash(1) for details. Regards, Daniel _______________________________________________ coders mailing list coders@slug.org.au http://lists.slug.org.au/listinfo/coders