Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
androdeb: silence false error report on remove
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Fernandes <[email protected]>
  • Loading branch information
joelagnel committed Jul 3, 2018
1 parent 69dabce commit 9649a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androdeb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [ ! -z "$PUSH" ]; then
exit 0
fi

if [ -z "$ASHELL" ] && [ -z "$PACKAGES" ]; then
if [ -z "$ASHELL" ] && [ -z "$REMOVE" ] && [ -z "$PACKAGES" ]; then
echo "No packages specified, so I'm going to build/install all packages (--fullbuild)"
config_full_build
fi
Expand Down

0 comments on commit 9649a26

Please sign in to comment.