mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-27 21:58:53 +01:00
Fix: Remove exit statement. Fix typo
This commit is contained in:
parent
a64693d900
commit
372a416c22
1 changed files with 1 additions and 2 deletions
|
@ -452,10 +452,9 @@ case "$CMD" in
|
||||||
FOUND=$(echo $SHOWLIST | tr -s ' ' "\n" | grep "slackpkg-[0-9]")
|
FOUND=$(echo $SHOWLIST | tr -s ' ' "\n" | grep "slackpkg-[0-9]")
|
||||||
if [ "$FOUND" != "" ]; then
|
if [ "$FOUND" != "" ]; then
|
||||||
getpkg $FOUND upgradepkg Upgrading
|
getpkg $FOUND upgradepkg Upgrading
|
||||||
echo -e "slackpkg was upgraded - you will need start the upgrade process again...\n"
|
echo -e "slackpkg was upgraded - you will need to start the upgrade process again...\n"
|
||||||
EXIT_CODE=50
|
EXIT_CODE=50
|
||||||
cleanup
|
cleanup
|
||||||
exit ${EXIT_CODE}
|
|
||||||
fi
|
fi
|
||||||
for i in pkgtools aaa_glibc-solibs glibc-solibs aaa_libraries aaa_elflibs readline sed; do
|
for i in pkgtools aaa_glibc-solibs glibc-solibs aaa_libraries aaa_elflibs readline sed; do
|
||||||
FOUND=""
|
FOUND=""
|
||||||
|
|
Loading…
Reference in a new issue