diff options
Diffstat (limited to 'Tools/scripts/splitpatch.pl')
-rwxr-xr-x | Tools/scripts/splitpatch.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/scripts/splitpatch.pl b/Tools/scripts/splitpatch.pl index 28c9b13d5a48..f33ef5a71cc4 100755 --- a/Tools/scripts/splitpatch.pl +++ b/Tools/scripts/splitpatch.pl @@ -5,8 +5,7 @@ # can do whatever you want with this stuff. If we meet some day, and you think # this stuff is worth it, you can buy me a beer in return. Anton Berezin # ---------------------------------------------------------------------------- -# -# $FreeBSD$ + use strict; use warnings; |