Skip to content

Commit 68406b4

Browse files
committed
Last Modifications
1 parent bef62bb commit 68406b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ main=(${workDir}'/src/main/*')
2929
merge[0]=${libs}
3030
merge[1]=${main}
3131

32-
#4) copy cpp files to a gather director
32+
#4) copy cpp files to a gather directory
3333
for ((idx=0; idx < ${#merge[@]}; idx++)); do
3434
##act on ${merge[$idx]}
3535
cp ${merge[$idx]} ${workDir}'/build/.build'

0 commit comments

Comments
 (0)