Skip to content

Commit

Permalink
Remove quotes in globbed patch CLEANup (RPi-Distro#168)
Browse files Browse the repository at this point in the history
Globbing does not work within single or double quotes.
https://unix.stackexchange.com/questions/67757/wildcards-inside-quotes
  • Loading branch information
davesteele authored and XECDesign committed Mar 24, 2018
1 parent de5b2ba commit 343cabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EOF
pushd "${STAGE_WORK_DIR}" > /dev/null
if [ "${CLEAN}" = "1" ]; then
rm -rf .pc
rm -rf "./*-pc"
rm -rf ./*-pc
fi
QUILT_PATCHES="${SUB_STAGE_DIR}/${i}-patches"
SUB_STAGE_QUILT_PATCH_DIR="$(basename "$SUB_STAGE_DIR")-pc"
Expand Down

0 comments on commit 343cabc

Please sign in to comment.