Fix error message

This commit is contained in:
Willy Sudiarto Raharjo 2016-03-30 15:36:27 +07:00
parent 2726acfa5a
commit 118b1bcb6a

View file

@ -87,7 +87,7 @@ for dir in \
if [ -f "$PACKAGE" ]; then
upgradepkg --install-new --reinstall "$PACKAGE"
else
echo "Error: package to upgrade "$PACKAGE" not found in $TMP"
echo "Error: package to upgrade "$PACKAGE" not found in $OUTPUT"
exit 1
fi
fi