* Joshua Judson Rosen <[email protected]> [18.03.2013 09:58]:
> failure to dot/source a file can still result in an error-message without
> making the shell quit. In order to do that, I had to slightly adjust

somebody posted a link to the posix-standard, where explicity is
written, a shell must abort when a '. $file' fails. what is your
usecase? why is a

[ -e "$file" ] && . "$file"

not ok for you? my usecase was more a "speed" issue, because
it's somehow code duplication, but i'am ok with this if the standard
enforces the check.

bye, bastian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to