aboutsummaryrefslogtreecommitdiff
path: root/scripts/alternate-stream
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-30 17:28:54 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:23 +0100
commit0636814cc2c360fd9f37a1f7fe3e2be04cee8377 (patch)
tree1c42e92d3b8febd15e0a4bf6801bcc4be29163a0 /scripts/alternate-stream
parente0ec9d63f7747b47ab516c701fd55ffe977031a7 (diff)
Clean up old, useless and broken scripts
Diffstat (limited to 'scripts/alternate-stream')
-rwxr-xr-xscripts/alternate-stream2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/alternate-stream b/scripts/alternate-stream
index 6a711722..1ac2fd3a 100755
--- a/scripts/alternate-stream
+++ b/scripts/alternate-stream
@@ -11,7 +11,7 @@ my $alt = 0;
while ( $line = <FH> ) {
- if ( $line =~ /^Reflections\ from\ indexing/ ) {
+ if ( $line =~ /^-----\ Begin chunk\ -----$/ ) {
$alt = 1 - $alt;
}