Skip to content

Commit

Permalink
bee-install: Reword error message.
Browse files Browse the repository at this point in the history
see comments in issue #154
  • Loading branch information
mariux committed Aug 30, 2012
1 parent 702e14b commit 35b51e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function do_install() {
local maxall=${pkg}

if [ "y${pkg}" = "y" ] ; then
echo >&2 "bee-install: ${file}: Invalid package name. Skipping."
echo >&2 "bee-install: ${file}: Invalid input file. Skipping."
return 1
fi

Expand Down

0 comments on commit 35b51e7

Please sign in to comment.