diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2022-01-18 15:42:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 15:42:12 -0500 |
commit | e09cbdf93d44b42e2990d838662cf5dd6579d4d5 (patch) | |
tree | 3e79c54881f6aff0945609e289da273ff3506170 | |
parent | a4417ead3c87c6cb36efc9829200e650f2a413a9 (diff) |
Forgot to add installation success message.
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\"?" |