Skip to content

Commit

Permalink
fix copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 19, 2024
1 parent a960a5f commit 57555ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ if [[ ! -z ${LOWER_DIRS} ]]; then
mkdir -p ${LOWER_DIRS_ONLY}
echo "contents of LOWER_DIRS_ONLY (after mkdir -p)"
ls -lisaR ${LOWER_DIRS_ONLY}
cp -a ${LOWER_DIRS}/ ${LOWER_DIRS_ONLY}
cp -a ${LOWER_DIRS}/. ${LOWER_DIRS_ONLY}
echo "contents of LOWER_DIRS_ONLY (after cp -a)"
ls -lisaR ${LOWER_DIRS_ONLY}
find ${LOWER_DIRS_ONLY} -type f -exec rm {} \;
Expand Down

0 comments on commit 57555ac

Please sign in to comment.