We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cda80d commit df0fe33Copy full SHA for df0fe33
install_prerequisites/buildgcc
@@ -63,7 +63,7 @@ usage()
63
exit 1
64
}
65
66
-# Default to 2 threads if no specified thread count:
+# Default to installing in the present working directory if no install path is specified:
67
if [ -z $2 ]; then
68
install_path=${PWD}
69
else
0 commit comments