mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-28 09:58:29 +01:00
Fix error message
This commit is contained in:
parent
118b1bcb6a
commit
4bc18e0575
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ for dir in \
|
||||||
if [ -f "$PACKAGE" ]; then
|
if [ -f "$PACKAGE" ]; then
|
||||||
upgradepkg --install-new --reinstall "$PACKAGE"
|
upgradepkg --install-new --reinstall "$PACKAGE"
|
||||||
else
|
else
|
||||||
echo "Error: package to upgrade "$PACKAGE" not found in $TMP"
|
echo "Error: package to upgrade "$PACKAGE" not found in $OUTPUT"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue