]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Split long lines.
authorBart Van Assche <bvanassche@acm.org>
Wed, 25 Nov 2009 07:29:34 +0000 (07:29 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 25 Nov 2009 07:29:34 +0000 (07:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10950

drd/Testing.txt

index ed88222277b38db0e8b7f883c77698d2cd384a6c..d2428e9ac347b6813e74180585bbf8b98f489da9 100644 (file)
@@ -23,7 +23,10 @@ How to test DRD
    exist:
      (
        cd drd/tests;
-       for e in $(awk '/\\$/{n=$0; sub("\\\\$", "", n); if (line != "") { line = line " " n } else { line=n }} /[^\\]$/{if (line != ""){print line;line=""};print}' < Makefile.am | sed -n 's/^EXTRA_DIST *=//p' | sed 's/..noinst_SCRIPTS.//')
+       for e in $(awk '/\\$/{n=$0; sub("\\\\$", "", n); if (line != "")\
+           { line = line " " n } else { line=n }} \
+           /[^\\]$/{if (line != ""){print line;line=""};print}' < Makefile.am \
+         | sed -n 's/^EXTRA_DIST *=//p' | sed 's/..noinst_SCRIPTS.//')
        do
          [ -e "$e" ] || echo "$e"
        done