~ruther/guix-local

ref: f96eda90d5b015057dfd28d4ef7466dbae4bc3f5 guix-local/gnu/packages/patches/acl-fix-perl-regex.patch -rw-r--r-- 515 bytes
f96eda90 — Ricardo Wurmus gnu: Add r-expm. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This can be removed with the next acl release

---
 test/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run b/test/run
index 2cf52e8..4627cd2 100755
--- a/test/run
+++ b/test/run
@@ -70,7 +70,7 @@ for (;;) {
   if (defined $line) {
     # Substitute %VAR and %{VAR} with environment variables.
     $line =~ s[%(\w+)][$ENV{$1}]eg;
-    $line =~ s[%{(\w+)}][$ENV{$1}]eg;
+    $line =~ s[%\{(\w+)\}][$ENV{$1}]eg;
   }
   if (defined $line) {
     if ($line =~ s/^\s*< ?//) {
-- 
2.15.0