summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python-updater.in')
-rw-r--r--python-updater.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater.in b/python-updater.in
index 2e5de5b..e66fc07 100644
--- a/python-updater.in
+++ b/python-updater.in
@@ -505,7 +505,7 @@ while (($#)); do
done
if [[ "${PMS_COMMAND[${PMS_INDEX}]}" == "emerge" ]]; then
- sed="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python -c "import os; print(os.path.dirname(os.path.realpath('$(type -p emerge)')))")/ebuild-helpers/sed"
+ sed="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python -c "import os; print(os.path.dirname(os.path.realpath('$(type -p emerge)')))")/ebuild-helpers/bsd/sed"
if [[ -x "${sed}" ]]; then
alias sed="${sed}"
fi