Fix unit test by adding forgotten @exec parsing in pkg_manifest
modified libpkg/pkg_manifest.c
@@ -22,6 +22,7 @@ static int m_parse_option(struct pkg *pkg, char *buf);
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -41,6 +42,7 @@ static struct manifest_key {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -102,6 +104,17 @@ m_parse_comment(struct pkg *pkg, char *buf)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -111,14 +124,14 @@ m_parse_option(struct pkg *pkg, char *buf)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|