makepkg: fix syntax error in remove_deps
commitedd81f3e8b505be2f7c7a18d3c28956b82264c45
authorChristoph Vigano <mail@cvigano.de>
Tue, 14 Feb 2012 20:31:04 +0000 (14 21:31 +0100)
committerDan McGee <dan@archlinux.org>
Wed, 15 Feb 2012 21:12:59 +0000 (15 15:12 -0600)
tree915eff059cf0964cd3d99ee105029dd53612c38b
parent6c78f0d56007ae5bbbaf9f15f6399e6e2967dd76
makepkg: fix syntax error in remove_deps

This fixes a problem that occurs if you tell makepkg to remove installed
dependencies (just to be sure) but there are none. As the $ was missing
in front of deplist, the check never happened and 'pacman -Rn' was
called which obviously failed.

Dan: later reported as FS#28448.

Signed-off-by: Christoph Vigano <mail@cvigano.de>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in