summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cfstream/git_commit.patch
blob: 5f8d8f5ce31d5d9b52d809b611dd404ab3eb55af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/jbuild b/lib/jbuild
index fcc5a39..d72d50c 100644
--- a/lib/jbuild
+++ b/lib/jbuild
@@ -10,7 +10,7 @@
 (rule (
   (targets (GIT_COMMIT))
   (deps (../bin/git_commit.sh))
-  (action (with-stdout-to ${@} (run ${<})))
+  (action (with-stdout-to ${@} (run echo "None")))
 ))
 
 (rule (