[why] Fix a broken sed expression.

Jerry James jjames at fedoraproject.org
Tue Jul 31 03:32:54 UTC 2012


commit 3e44fceec96c4720b6ff20612d0666fb0e786322
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Jul 30 21:32:45 2012 -0600

    Fix a broken sed expression.

 why.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/why.spec b/why.spec
index 95d490f..32108e0 100644
--- a/why.spec
+++ b/why.spec
@@ -262,7 +262,7 @@ sed -e "s|-I +apron|-I +apron -I +mlgmpidl|" \
 
 # Update the version numbers of external programs
 # Also, command "pvs" is LVM2's /sbin/pvs, so rename "pvs" to pvs-sbcl:
-sed -e 's/\(versions_ok = \["0\.13\.0";"0\.14\.0";"0\.15\.1"\)\];/\1;"0.16.0";"0.16.1"];' \
+sed -e 's/\(versions_ok = \["0\.13\.0";"0\.14\.0";"0\.15\.1"\)\];/\1;"0.16.0";"0.16.1"];/' \
     -e 's/versions_ok = \["0\.93"\]/versions_ok = ["0.93";"0.94"]/' \
     -e 's/versions_ok = \["1\.0\.25";.*\]/versions_ok = ["1.0.35"]/' \
     -e 's/versions_ok = \["2.2"\]/versions_ok = ["2.4.1"]/' \


More information about the scm-commits mailing list