Skip to content

Commit

Permalink
Fix minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MBeijer committed Apr 19, 2021
1 parent 326a3db commit 3a02560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain-morphos
Expand Up @@ -39,7 +39,7 @@ GCCVER='gcc9'
TYPE='morphos'
PREFIX="/opt/ppc-$TYPE"
CURDIR=$PWD
gccarray=("gcc4\tgcc5\tgcc6\tgcc7\tgcc8\gcc9")
gccarray=("gcc4\tgcc5\tgcc6\tgcc7\tgcc8\tgcc9")

usage () {
printf "MorphOS/WarpOS Cross Toolchain v$VER\n"
Expand Down

0 comments on commit 3a02560

Please sign in to comment.