Skip to content

Commit

Permalink
bee-remove: proper error message
Browse files Browse the repository at this point in the history
print the package name instead of its path
  • Loading branch information
Matthias Ruester committed Jan 26, 2012
1 parent 7597515 commit 2ff9a3a
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 @@ -62,7 +62,7 @@ do_remove() {

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

Expand Down

0 comments on commit 2ff9a3a

Please sign in to comment.