Fix another typo
This commit is contained in:
parent
b787c46513
commit
b42bbd0e98
|
@ -7,7 +7,7 @@ build_dir_tree "${FILESDIR}" || return 1
|
||||||
# copy across the Doxygen-generated documentation
|
# copy across the Doxygen-generated documentation
|
||||||
for file in src/@NAME@/*
|
for file in src/@NAME@/*
|
||||||
do
|
do
|
||||||
[ "$(echo $(basename ${file})) | cut -b1-6)" == "build." ] && continue
|
[ "$(echo $(basename ${file}) | cut -b1-6)" == "build." ] && continue
|
||||||
do_cmd cp -a ${file} ${FILESDIR} || return 1
|
do_cmd cp -a ${file} ${FILESDIR} || return 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue