mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
Fix error message
This commit is contained in:
parent
a0492a54e6
commit
00c92f1e47
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,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
|
||||
|
|
Loading…
Reference in a new issue