environment/setup: fix vmove with pkgs that use a var named "f".
This commit is contained in:
parent
0417a586dc
commit
f917bf259a
@ -175,7 +175,7 @@ _vcopy() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_vmove() {
|
_vmove() {
|
||||||
local files="$1" _destdir _pkgdestdir _targetdir
|
local f files="$1" _destdir _pkgdestdir _targetdir
|
||||||
|
|
||||||
if [ -z "$DESTDIR" ]; then
|
if [ -z "$DESTDIR" ]; then
|
||||||
msg_red "$pkgver: vmove: DESTDIR unset, can't continue...\n"
|
msg_red "$pkgver: vmove: DESTDIR unset, can't continue...\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user