summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-05-13 20:43:42 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-05-20 18:43:52 +0100
commit434969d3ff3d5f4af207dec6d29be4cccd579c6e (patch)
tree72afab4efd7e2ec9acff5b35d7c48441f779aa94 /profiles/common
parenteclass/linux-build: drop outdated comment (diff)
downloadportage-434969d3ff3d5f4af207dec6d29be4cccd579c6e.tar.xz
profiles/common: fix comment
Diffstat (limited to 'profiles/common')
-rw-r--r--profiles/common/profile.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index 7ef42473..46610685 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -279,7 +279,7 @@ function post_src_install () {
local _ed="${D}"
fi
- # Get ride of trailing /
+ # Get rid of trailing /
local _ed="${_ed/%\/}"
if [[ ! -d "${_ed}" ]] ; then
@@ -296,7 +296,7 @@ function pre_pkg_preinst () {
local _ed="${D}"
fi
- # Get ride of trailing /
+ # Get rid of trailing /
local _ed="${_ed/%\/}"
if [[ ! -d "${_ed}" ]] ; then