makepkg: ensure '-' is last in a character glob
commit619c3629ca61cea2c182fcb0197f9b84ba4209c3
authorDave Reisner <dreisner@archlinux.org>
Tue, 27 Sep 2011 15:27:54 +0000 (27 11:27 -0400)
committerDave Reisner <dreisner@archlinux.org>
Tue, 27 Sep 2011 15:35:17 +0000 (27 11:35 -0400)
tree336af4dc3ec14ac4c7012c9fa62efc4a5c52517d
parente70d540501d718583a8e4b91ca5989af3f3db77d
makepkg: ensure '-' is last in a character glob

If '-' isn't the last item, it's interpreted as a range and not
literally, causing problematic behavior in parsing optdepends.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
scripts/makepkg.sh.in