Skip to content

Commit

Permalink
script/build: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Apr 29, 2024
1 parent c340733 commit c40a519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ for i in "${directories_to_copy_if_they_exist[@]}"
do
if [ -d "$i" ]
then
cp -v "$i" "${BIN_DIR}"/
cp -rv "$i" "${BIN_DIR}"/
fi
done

0 comments on commit c40a519

Please sign in to comment.