gnu: ocaml: Fix indentation.

* gnu/packages/ocaml.scm (ocaml): Fix indentation.
This commit is contained in:
David Craven 2017-01-04 14:20:24 +01:00
parent 796a17ab01
commit 2b1f7b83f7
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 47 additions and 46 deletions

View File

@ -95,7 +95,8 @@
"/bin/sh"))
(quoted-sh (string-append "\"" sh "\"")))
(with-fluids ((%default-port-encoding #f))
(for-each (lambda (file)
(for-each
(lambda (file)
(substitute* file
(("\"/bin/sh\"")
(begin