summaryrefslogtreecommitdiff
path: root/common-settings
blob: ea4d18e7d97b69996397570fcfa4a6cb4f5d85eb (plain)
  1. #!/bin/sh
  2. # Load settings
  3. set -e
  4. . ./defaults.cfg || exit 1
  5. . ./host.cfg || exit 1
  6. . ./target.cfg || exit 1
  7. . ./defaults-fixed.cfg || exit 1
  8. exit 0