environment/setup: fix vmove with pkgs that use a var named "f".

This commit is contained in:
Juan RP 2014-11-30 21:13:45 +01:00
parent 0417a586dc
commit f917bf259a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ _vcopy() {
}
_vmove() {
local files="$1" _destdir _pkgdestdir _targetdir
local f files="$1" _destdir _pkgdestdir _targetdir
if [ -z "$DESTDIR" ]; then
msg_red "$pkgver: vmove: DESTDIR unset, can't continue...\n"