environment/setup: fix vmove with pkgs that use a var named "f".
This commit is contained in:
parent
0417a586dc
commit
f917bf259a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue