Revision 027381f68c936d20dfef95e9a1db386b2f89f9f6 authored by Matt Caswell on 03 December 2014, 09:21:09 UTC, committed by Matt Caswell on 03 December 2014, 09:43:49 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 4bb8eb9ce4f794fecf020a15b54e8505fced0edf)
1 parent a900b3b
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...