Skip to content

Commit df0fe33

Browse files
author
sourceryinstitute
committed
Corrected cut-and-paste error in buildgcc comment.
1 parent 7cda80d commit df0fe33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_prerequisites/buildgcc

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ usage()
6363
exit 1
6464
}
6565

66-
# Default to 2 threads if no specified thread count:
66+
# Default to installing in the present working directory if no install path is specified:
6767
if [ -z $2 ]; then
6868
install_path=${PWD}
6969
else

0 commit comments

Comments
 (0)