diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-10-14 10:07:24 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-10-14 10:07:24 +0000 |
commit | 45c6726bd3510ac54bf32a6d08bf2ed24c78b479 (patch) | |
tree | 39da41f782fdd1d3e234829289de640ed4d14136 /common-settings | |
parent | b1672361bdfe512ec1d671bceb8b4324d57fb504 (diff) |
Better name for default postprocessing file.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@36 8f53b18a-e215-0410-8885-9f593d34873e
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 |