Skip to content

Commit

Permalink
fixed prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttj committed Nov 27, 2020
2 parents 51c3925 + 3e24441 commit be3d11e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/sbin/pkg
Expand Up @@ -2930,7 +2930,6 @@ pkg_contents(){ # list package ($1) contents FUNCLIST
fi

if [ "$pkg_is_installed" = true ] && [ -f "${REPO_DIR}/${PKGNAME}.files" ];then
#PKGNAME=$(list_installed_ $PKGNAME | head -1)
cat "${REPO_DIR}/${PKGNAME}.files"
return 0
fi
Expand Down

0 comments on commit be3d11e

Please sign in to comment.