diff options
Diffstat (limited to 'common-settings')
-rw-r--r-- | common-settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-settings b/common-settings index ea4d18e..84d49d1 100644 --- a/common-settings +++ b/common-settings @@ -7,6 +7,6 @@ set -e . ./defaults.cfg || exit 1 . ./host.cfg || exit 1 . ./target.cfg || exit 1 -. ./defaults-fixed.cfg || exit 1 +. ./defaults-aftermath.cfg || exit 1 exit 0 |