New commits:
commit ecfef0519ca9520d73b32cce50e08edda4e6e5ad
Author: Andrew Stitt <astitt AT sourcemage.org>
Commit: Andrew Stitt <astitt AT sourcemage.org>
fix typo
diff --git a/usr/sbin/cleanse b/usr/sbin/cleanse
index 959b1e0..8705d95 100755
--- a/usr/sbin/cleanse
+++ b/usr/sbin/cleanse
@@ -189,7 +189,7 @@ function delint()
message "Pass one (malformed depends lines)"
# This grep will pull out malformed lines from the depends file
- regex='^[^:]*:[^:]*:(on|off):(optional|required|suggest|required):'
+ regex='^[^:]*:[^:]*:(on|off):(optional|required|suggest|runtime):'
lines=$(grep -v -E "$regex" $DEPENDS_STATUS)
if [[ $lines ]] ; then
message "The following malformed lines were found"
[SM-Commit] GIT changes to master sorcery by Andrew Stitt (ecfef0519ca9520d73b32cce50e08edda4e6e5ad),
Andrew Stitt, 11/25/2006