Skip to content

Commit

Permalink
Support empty PLIST.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Jun 15, 2023
1 parent aa2c875 commit bbb3e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ create_pkg()
>${pkgdir}/size-pkg
fi
)
else
>${pkgdir}/plist
fi
if [ ! -f ${pkgdir}/size-pkg ]; then
echo 0 >${pkgdir}/size-pkg
Expand Down

0 comments on commit bbb3e8b

Please sign in to comment.