diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 15:01:26 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 15:01:26 +0000 |
commit | 26eb4c44d95a494cff0a8fbceabb157362288803 (patch) | |
tree | a889601e0da1e40862df9baad9ada9d6c46bf9d2 /trunk/src | |
parent | 6b0c8ed25ebb4379079954301b48bd2d11cf3382 (diff) | |
download | simplepkg-26eb4c44d95a494cff0a8fbceabb157362288803.tar.gz simplepkg-26eb4c44d95a494cff0a8fbceabb157362288803.tar.bz2 |
jail-commit: added eval_config function call
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@240 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rwxr-xr-x | trunk/src/jail-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit index f4d0f0d..ce34d92 100755 --- a/trunk/src/jail-commit +++ b/trunk/src/jail-commit @@ -21,6 +21,7 @@ BASENAME="`basename $0`" if [ -f "$COMMON" ]; then source $COMMON + eval_config $BASENAME else echo "error: file $COMMON found, check your $BASENAME installation" exit 1 @@ -134,7 +135,6 @@ else done fi # main jail - # TODO: checar se existe o template "main" do_commit / main fi |