We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef62bb commit 68406b4Copy full SHA for 68406b4
build/compile.sh
@@ -29,7 +29,7 @@ main=(${workDir}'/src/main/*')
29
merge[0]=${libs}
30
merge[1]=${main}
31
32
-#4) copy cpp files to a gather director
+#4) copy cpp files to a gather directory
33
for ((idx=0; idx < ${#merge[@]}; idx++)); do
34
##act on ${merge[$idx]}
35
cp ${merge[$idx]} ${workDir}'/build/.build'
0 commit comments