Skip to content

Commit

Permalink
pkgmk.in: fix namespace conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jul 17, 2023
1 parent 0952b92 commit 4b85714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ unpack_source() {
}

make_md5sum() {
__FILE=
__LOCAL_FILENAMES=
local __FILE=
local __LOCAL_FILENAMES=

if [ "${source}" ]; then
for __FILE in ${source}; do
Expand All @@ -262,7 +262,7 @@ make_footprint() {
}

check_md5sum() {
__FILE="$PKGMK_WORK_DIR"/.tmp
local __FILE="$PKGMK_WORK_DIR"/.tmp

cd "$PKGMK_ROOT"

Expand Down

0 comments on commit 4b85714

Please sign in to comment.