From 3bbb97685cc6f02f3e11bc950dab1b4124b108eb Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 13 Apr 2018 08:17:54 +0300 Subject: [PATCH] zsh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f6d1c03..9609de5 100755 --- a/build.sh +++ b/build.sh @@ -75,7 +75,7 @@ cflags() { mflags() { echo "-I $(ocamlc -where) -g -O2"; } bocaml1() { - ocamlc -depend -bytecode -one-line $incs $s | { + ocamlc -depend -bytecode -one-line $(echo $incs) $s | { read _ _ depl for d in $(eval echo $depl); do bocaml ${d#$srcd/} $((n+1)) -- 2.11.4.GIT