summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-20 16:38:19 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-20 16:38:19 -0500
commit4b01df6ef8916eada88fdf40da6d558261fc9713 (patch)
tree0b3843044c2fe09e38e3834deee2b9b22b4c0f59 /install.sh
parent48ef7704c03e7e554c05de01bf8d1d70c16cb6f4 (diff)
tab to spaces
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 664dfb6..1be6a88 100755
--- a/install.sh
+++ b/install.sh
@@ -8,7 +8,7 @@ if [ "$1" != "" ]; then
cp old_agbcc $1/tools/agbcc/bin/
cp ginclude/* $1/tools/agbcc/include/
cp libgcc.a $1/tools/agbcc/lib/
- cp libc.a $1/tools/agbcc/lib/
+ cp libc.a $1/tools/agbcc/lib/
else
echo "Usage: install.sh PATH"
fi