makepkg: add several quotes needed after nullglob.
commit7ff5a917fd0a91cd03ba61419a57053e4ae17e92
authorXavier Chantry <shiningxc@gmail.com>
Sun, 15 Jun 2008 10:56:40 +0000 (15 12:56 +0200)
committerDan McGee <dan@archlinux.org>
Sun, 15 Jun 2008 18:53:15 +0000 (15 13:53 -0500)
tree45d3598f92474ae161ac55b9ce671c2da0a4861f
parentb9445c12cf9e958d8e62f9f9ecb5c1352010cdf4
makepkg: add several quotes needed after nullglob.

After the "shopt -s nullglob" change, all regular expressions should be
properly quoted.
This commit only fixes the ones I found, there are probably others left, so
this should be kept in mind for easier future fixing.

Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in