Forgot to add installation success message.

This commit is contained in:
luckytyphlosion 2022-01-18 15:42:12 -05:00 committed by GitHub
parent a4417ead3c
commit e09cbdf93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\"?"