summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-07-17 09:26:29 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-07-17 09:26:29 +0000
commit7bc9deef7f57d6a52042e81bb2370783fe0be564 (patch)
tree2f0b0916d9e82fa141c7d9fdb64f13cee779dcbc /scripts
parentechangelog for svn, please test and improve (diff)
downloadsunrise-7bc9deef7f57d6a52042e81bb2370783fe0be564.tar.gz
sunrise-7bc9deef7f57d6a52042e81bb2370783fe0be564.tar.bz2
sunrise-7bc9deef7f57d6a52042e81bb2370783fe0be564.zip
revert
svn path=/sunrise/; revision=634
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sunrise-commit1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sunrise-commit b/scripts/sunrise-commit
index 56a8f3844..151abcb74 100755
--- a/scripts/sunrise-commit
+++ b/scripts/sunrise-commit
@@ -147,7 +147,6 @@ repoman_check() {
if [[ $opt_norepoman == 0 ]] ; then
if [[ $cwd_is_ebuild_dir == 1 ]] ; then
ebegin "Running repoman"
- echo export PORTDIR_OVERLAY="$working_copy_base_dir"
export PORTDIR_OVERLAY="$working_copy_base_dir"
repoman
eend $?