From 57d93cea4d7dbd1ae5ee706b216fd42a1795de29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 24 Jul 2013 23:59:01 +0200 Subject: [PATCH] Fix invalid variable substitution in buildscript. --- tools/ocamldriver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocamldriver.sh b/tools/ocamldriver.sh index 2425147..792330c 100644 --- a/tools/ocamldriver.sh +++ b/tools/ocamldriver.sh @@ -1,5 +1,5 @@ #!/bin/sh -EXT=${target%?} +EXT=${target#*.cm} dirname=${base%/*} if test -f "$dirname".pack; then -- 2.17.1