diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 05:41:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:20:00 +0100 |
commit | 9557a12f028bd1e8b77a2807e24af4886b17b874 (patch) | |
tree | 6d233b6d8ae430f71db91110d967faf50e16b3a2 /eclass | |
parent | cvs.eclass: mark ECVS_OFFLINE as @USER_VARIABLE (diff) | |
download | gentoo-9557a12f028bd1e8b77a2807e24af4886b17b874.tar.gz gentoo-9557a12f028bd1e8b77a2807e24af4886b17b874.tar.bz2 gentoo-9557a12f028bd1e8b77a2807e24af4886b17b874.zip |
portability.eclass: drop blank invalid @RETURN
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/portability.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/portability.eclass b/eclass/portability.eclass index eef3cd7d3443..3b085d6c4e70 100644 --- a/eclass/portability.eclass +++ b/eclass/portability.eclass @@ -13,7 +13,6 @@ _PORTABILITY_ECLASS=1 # @FUNCTION: treecopy # @USAGE: <orig1> [orig2 orig3 ....] <dest> -# @RETURN: # @DESCRIPTION: # mimic cp --parents copy, but working on BSD userland as well treecopy() { |