Skip to content

Commit

Permalink
bee-remove: update call of bee-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester committed Dec 9, 2011
1 parent d6986e7 commit 2042870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bee-remove.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pkg_remove() {
do_remove() {
pkg=${1}

FILES=$(${BEE_LIBEXECDIR}/bee/bee.d/bee-dep --remove --print ${pkg##*/})
FILES=$(${BEE_LIBEXECDIR}/bee/bee.d/bee-dep remove --print ${pkg##*/})
if [ $? -ne 0 ] ; then
echo "removal of ${pkg} failed"
exit 1
Expand Down

0 comments on commit 2042870

Please sign in to comment.