lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 43d3d5c 2/2: Fix defect introduced 20180423T1


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 43d3d5c 2/2: Fix defect introduced 20180423T1219Z: bad shell quoting
Date: Tue, 24 Apr 2018 19:10:40 -0400 (EDT)

branch: master
commit 43d3d5c490d17a89490314a03891e798aa6a5823
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix defect introduced 20180423T1219Z: bad shell quoting
    
    This purported regex
      'Any'.*'at all'
    does not reliably match "Any 'STRING IN SINGLE QUOTES' at all". The
    error was highlighted by vim, and flagged (obscurely) by shellcheck.
---
 nychthemeral_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 033edf2..365b051 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -48,7 +48,7 @@ build_clutter='
 /^make.*\[[0-9]*\]: Leaving directory/d
 /^make.*\[[0-9]*\]: Nothing to be done for/d
 /^make.*\[[0-9]*\]: warning: -jN forced in submake: disabling jobserver 
mode.$/d
-/^make.*\[[0-9]*\]: '.*' is up to date\./d
+/^make.*\[[0-9]*\]: .* is up to date\./d
 /^[^ ]*cpp -x /d
 /^[^ ]*g++ -[Mo]/d
 /^[^ ]*windres -o /d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]