Project

General

Profile

« Previous | Next » 

Revision 8213

lib/import.sh: Use `set -o errexit` so any command that exits with an error aborts the script. Note that a command's exit status can still be ignored using ` || true`. Removed no longer needed ` || return` in functions.

  • added
  • modified
  • copied
  • renamed
  • deleted