From 1e57b0b6831f84fe435695816fd9f870750e2498 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 18 Dec 2008 15:34:23 +0100 Subject: removed debug and unused code fragment --- bashrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bashrc b/bashrc index 04c88bd..4389b83 100644 --- a/bashrc +++ b/bashrc @@ -77,8 +77,7 @@ autopatch() { cd $OLDPWD } - -wecho "at $EBUILD_PHASE" +#wecho "at $EBUILD_PHASE" case $EBUILD_PHASE in compile) @@ -90,11 +89,6 @@ case $EBUILD_PHASE in autopatch fi ;; - - post_sync) - OVERLAY_CONFIG_DIR="$(update-eix --print EIXCFGDIR)/overlays" - PORTDIR_OVERLAY="$(sed -ne 's/LOCATION="\([^"]*\)"/\1 /;t print; d; :print p' ${OVERLAY_CONFIG_DIR}/* | xargs echo)" - ;; esac -- cgit v1.2.3