lol
1diff -Nuar ocaml-3.11.1/ocamldoc/remove_DEBUG ocaml-3.11.1-nixpkgs/ocamldoc/remove_DEBUG
2--- ocaml-3.11.1/ocamldoc/remove_DEBUG 2004-04-15 18:18:52.000000000 +0200
3+++ ocaml-3.11.1-nixpkgs/ocamldoc/remove_DEBUG 2011-01-01 17:37:07.000000000 +0100
4@@ -18,4 +18,4 @@
5 # respecting the cpp # line annotation conventions
6
7 echo "# 1 \"$1\""
8-LC_ALL=C sed -e '/DEBUG/s/.*//' "$1"
9+grep -v 'DEBUG' "$1"