Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Andrew Stitt (ecfef0519ca9520d73b32cce50e08edda4e6e5ad)
  • Date: Sat, 25 Nov 2006 12:20:30 -0600

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"



  • [SM-Commit] GIT changes to master sorcery by Andrew Stitt (ecfef0519ca9520d73b32cce50e08edda4e6e5ad), Andrew Stitt, 11/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page