diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-07 19:51:31 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-07 19:51:31 +0000 |
commit | 9d57fffa0170088085f0552afa244bca3f9136b7 (patch) | |
tree | 50c3501e8a3df9e4a28137bc5db32960da31d3d2 /trunk/lib | |
parent | ec39a8ff96b6d71e767f5d356ceaeb6bcce7ab02 (diff) | |
download | simplepkg-9d57fffa0170088085f0552afa244bca3f9136b7.tar.gz simplepkg-9d57fffa0170088085f0552afa244bca3f9136b7.tar.bz2 |
see doc/CHANGELOG for details
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@317 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index e5f6aed..1eff334 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -211,6 +211,7 @@ function eval_config { SIGNATURE_CHECKING="`eval_boolean_parameter SIGNATURE_CHECKING 0`" DEPENDENCY_CHECKING="`eval_boolean_parameter DEPENDENCY_CHECKING 1`" TEMPLATES_UNDER_SVN="`eval_boolean_parameter TEMPLATES_UNDER_SVN 0`" + ADD_TO_JAIL_LIST="`eval_boolean_parameter ADD_TO_JAIL_LIST 1`" # Enabling this option (i.e, setting to "1" or "yes"), simplaret will # donwload even # already applied patches, a good option when you plan |