[SM-Commit] GIT changes to master sorcery by Andrew Stitt (ecfef0519ca9520d73b32cce50e08edda4e6e5ad)

Andrew Stitt scm at mail.sourcemage.org
Sat Nov 25 13:20:30 EST 2006


GIT changes to master sorcery by Andrew Stitt <astitt at sourcemage.org>:

 usr/sbin/cleanse |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

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"



More information about the SM-Commit mailing list