dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit c7f88c7994c13a235d8553050eab0c49a37b79e0
parent 3375322ce9be22274727e5bed1e2570fddf7928b
Author: finwo <finwo@pm.me>
Date:   Sat, 28 Jan 2023 17:16:49 +0100

Echo done after finishing install

Diffstat:
Mdist/dep | 1+
Msrc/command/install/index.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dist/dep b/dist/dep @@ -226,6 +226,7 @@ function cmd_install { ini_foreach cmd_install_parse_ini_main "${PACKAGE_PATH}" cmd_install_execute + echo "Done" } cmds[${#cmds[*]}]="i" diff --git a/src/command/install/index.sh b/src/command/install/index.sh @@ -27,6 +27,7 @@ function cmd_install { ini_foreach cmd_install_parse_ini_main "${PACKAGE_PATH}" cmd_install_execute + echo "Done" } cmds[${#cmds[*]}]="i"