summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2022-01-18 15:42:12 -0500
committerGitHub <noreply@github.com>2022-01-18 15:42:12 -0500
commite09cbdf93d44b42e2990d838662cf5dd6579d4d5 (patch)
tree3e79c54881f6aff0945609e289da273ff3506170
parenta4417ead3c87c6cb36efc9829200e650f2a413a9 (diff)
Forgot to add installation success message.
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
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\"?"