From 3665ab881a0f5f2d932d04bd4de3be519060fdf9 Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 19 May 2018 09:36:46 +0300 Subject: [PATCH] Remove stray variable --- build.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/build.bash b/build.bash index ed317cd..0c3547b 100755 --- a/build.bash +++ b/build.bash @@ -95,7 +95,6 @@ test $oversnum -ge 407 || { absprefix=$(cd $outd &>/dev/null; pwd -P) export PATH=$absprefix/bin:$PATH isfresh $absprefix/bin/ocamlc "$url" || ( - d=$(pwd) unzip -o -u -d $outd $zip bn=$(basename $url) cd $outd/ocaml-${bn%.zip} -- 2.11.4.GIT