Skip to content

Commit 9649a26

Browse files
committed
androdeb: silence false error report on remove
Signed-off-by: Joel Fernandes <joel@joelfernandes.org>
1 parent 69dabce commit 9649a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

androdeb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if [ ! -z "$PUSH" ]; then
104104
exit 0
105105
fi
106106

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

0 commit comments

Comments
 (0)