summaryrefslogtreecommitdiff
path: root/build/parseScript.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-15 17:53:34 +0000
committerjbj <devnull@localhost>2001-10-15 17:53:34 +0000
commit72471f2e54686202a9862a3fd3bd6d0135d81d2a (patch)
tree3625a73d9ef73f4f29df80fe98fb6133041cb4bc /build/parseScript.c
parent3f462f318fd2f602fddb1a95e5d652e67aafa49e (diff)
downloadrpm-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.gz
rpm-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.bz2
rpm-72471f2e54686202a9862a3fd3bd6d0135d81d2a.zip
Explicit branchstate annotations.
CVS patchset: 5113 CVS date: 2001/10/15 17:53:34
Diffstat (limited to 'build/parseScript.c')
-rw-r--r--build/parseScript.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/parseScript.c b/build/parseScript.c
index bc9030d7e..db0af7f7d 100644
--- a/build/parseScript.c
+++ b/build/parseScript.c
@@ -100,6 +100,7 @@ int parseScript(Spec spec, int parsePart)
prog = "/bin/sh";
file = NULL;
+ /*@-branchstate@*/
switch (parsePart) {
case PART_PRE:
tag = RPMTAG_PREIN;
@@ -153,6 +154,7 @@ int parseScript(Spec spec, int parsePart)
partname = "%triggerpostun";
break;
}
+ /*@=branchstate@*/
if (tag == RPMTAG_TRIGGERSCRIPTS) {
/* break line into two */