summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 $?