diff options
author | Thomas White <taw@physics.org> | 2011-03-30 17:28:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:23 +0100 |
commit | 0636814cc2c360fd9f37a1f7fe3e2be04cee8377 (patch) | |
tree | 1c42e92d3b8febd15e0a4bf6801bcc4be29163a0 /scripts/alternate-stream | |
parent | e0ec9d63f7747b47ab516c701fd55ffe977031a7 (diff) |
Clean up old, useless and broken scripts
Diffstat (limited to 'scripts/alternate-stream')
-rwxr-xr-x | scripts/alternate-stream | 2 |
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; } |