diff options
Diffstat (limited to 'paludis/repositories/e/ebuild/3/output_functions.bash')
-rw-r--r-- | paludis/repositories/e/ebuild/3/output_functions.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/paludis/repositories/e/ebuild/3/output_functions.bash b/paludis/repositories/e/ebuild/3/output_functions.bash index 11772ab77..550c3ec19 100644 --- a/paludis/repositories/e/ebuild/3/output_functions.bash +++ b/paludis/repositories/e/ebuild/3/output_functions.bash @@ -1,7 +1,7 @@ #!/usr/bin/env bash # vim: set sw=4 sts=4 et : -# Copyright (c) 2006, 2007, 2008, 2009 Ciaran McCreesh +# Copyright (c) 2006, 2007, 2008, 2009, 2010 Ciaran McCreesh # # This file is part of the Paludis package manager. Paludis is free software; # you can redistribute it and/or modify it under the terms of the GNU General @@ -25,6 +25,7 @@ ebuild_notice() ebuild_section() { echo -ne "${COLOUR_DARK_BLUE}>>>${COLOUR_NORMAL} " + paludis_pipe_command LOG "$EAPI" "status" "${COLOUR_DARK_BLUE}>>>${COLOUR_NORMAL} $@" >/dev/null echo "$@" } |