projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7da985
)
Fix builddepcheck syntax
author
Christoph Berg
<myon@debian.org>
Mon, 15 Jan 2024 12:38:30 +0000
(13:38 +0100)
committer
Christoph Berg
<myon@debian.org>
Mon, 15 Jan 2024 12:38:30 +0000
(13:38 +0100)
jenkins/builddebcheck-pgapt
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/builddebcheck-pgapt
b/jenkins/builddebcheck-pgapt
index 681dcd67532d49bd255dc8dea2a20e7458098574..c017ee34cc5830db10e3ea987bfe847d5f57cd57 100755
(executable)
--- a/
jenkins/builddebcheck-pgapt
+++ b/
jenkins/builddebcheck-pgapt
@@
-38,7
+38,7
@@
remove_packages ()
shift
for pkg in "$@"; do
TMP="$FILE.$$"
- grep-dctrl --
eregex --not -S
"$pkg" $FILE > $TMP
+ grep-dctrl --
not -S --eregex
"$pkg" $FILE > $TMP
mv $TMP $FILE
done
}