From e09cbdf93d44b42e2990d838662cf5dd6579d4d5 Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:42:12 -0500 Subject: Forgot to add installation success message. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 54aa66e..637a21d 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,7 @@ if [ "$1" != "" ]; then cp ginclude/* $1/tools/agbcc/include/ cp libgcc.a $1/tools/agbcc/lib/ cp libc.a $1/tools/agbcc/lib/ + echo "agbcc successfully installed!" else if [ -d "../$1" ]; then echo "Target directory does not exist. Did you mean to do \"./install.sh ../$1\"?" -- cgit v1.2.3