From bf38c8f48b6d66c956c7b6c10e43d53b59227d06 Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 23 May 2018 17:18:30 +0300 Subject: [PATCH] Quoting/progress --- build.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.bash b/build.bash index ab17102..8f004db 100755 --- a/build.bash +++ b/build.bash @@ -89,7 +89,7 @@ incs="-I $srcd/lablGL -I $srcd/$wsi -I $srcd" incs="$incs -I $outd/lablGL -I $outd/$wsi -I $outd" overs="$(ocamlc -vnum 2>/dev/null)" || overs="" -test $overs = 4.06.1 || { +test "$overs" = "4.06.1" || { url=http://caml.inria.fr/pub/distrib/ocaml-4.06/ocaml-4.06.1.tar.xz txz=$outd/$(basename $url) isfresh $txz $url || { @@ -310,6 +310,7 @@ if $darwin; then out=$outd/llpp.app/Contents/MacOS/llpp keycmd="digest $out $outd/llpp" isfresh $out "$(eval $keycmd)" || { + echo "bundling llpp.app" mkdir -p "$(dirname $out)" cp $outd/llpp $out echo "k='$(eval $keycmd)'" >"$out.past" -- 2.11.4.GIT