Skip to content

Commit

Permalink
bump_hp: use my local 'e' wrapper instead of 'ebuild'
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Dec 15, 2012
1 parent 14dce60 commit 47965a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bump_hp
Expand Up @@ -37,7 +37,7 @@ pv=$1; shift
[[ ${pv} == --auto ]] && pv=$(get_latest "${pn}") [[ ${pv} == --auto ]] && pv=$(get_latest "${pn}")


run hackport merge "$pn" run hackport merge "$pn"
run ebuild "${pn}-${pv}.ebuild" clean install run e "${pn}-${pv}.ebuild" clean install


for rmpv in "$@"; do for rmpv in "$@"; do
run rm "${rmpv}" run rm "${rmpv}"
Expand Down

0 comments on commit 47965a9

Please sign in to comment.