mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 10:23:04 +00:00
Fixed typo
This commit is contained in:
parent
66a068fa55
commit
c868109363
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
diff --git a/build/parseScript.c b/build/parseScript.c
|
||||
index 4a677cb..f15535f 100644
|
||||
index 4a677cb..eafc5e7 100644
|
||||
--- a/build/parseScript.c
|
||||
+++ b/build/parseScript.c
|
||||
@@ -265,6 +265,11 @@ int parseScript(Spec spec, int parsePart)
|
||||
|
@ -8,7 +8,7 @@ index 4a677cb..f15535f 100644
|
|||
/*@switchbreak@*/ break;
|
||||
+#ifdef DEBUG
|
||||
+ case 'f':
|
||||
+ rpmlog(RPMLOG_INFO, "Got -f option for a script\n");
|
||||
+ rpmlog(RPMLOG_INFO, "DEBUG: Got -f option for a script\n");
|
||||
+ break;
|
||||
+#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue