kiss: move to before set

This commit is contained in:
Dylan Araps 2021-07-17 12:39:28 +03:00
parent 17569fbde4
commit 9404f699f0
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 3 additions and 3 deletions

6
kiss
View File

@ -578,12 +578,12 @@ pkg_fix_deps() {
cd "$pkg_dir/$1/$pkg_db/$1"
tmp_file_copy "$1" depends depends
tmp_file "$1" depends-fixed
set +f
set -f -- "$sys_db/"*/manifest
tmp_file_copy "${PWD##*/}" depends depends
tmp_file "${PWD##*/}" depends-fixed
# False positive (not a write).
# shellcheck disable=2094
while read -r _file; do case $_file in