index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-06-29 10:41:48 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-10 10:15:24 -0400 |
commit | 5e68e9d4514b5e3e50b25e4242be0a4d27da4fdc (patch) | |
tree | 6b61df2634a80fe71844888b8bfb32e596dfcf85 /scripts | |
parent | 7ec2e088ec4995e370d991507f7f22a5d3d9b27a (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 70b42a58..533822d2 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -294,7 +294,7 @@ get_downloadclient() { check_deps() { [ $# -gt 0 ] || return - pmout=$(pacman $PACMAN_OPTS -T $*) + pmout=$(pacman $PACMAN_OPTS -T "$@") ret=$? if [ $ret -eq 127 ]; then #unresolved deps echo "$pmout" |