From f81a7e477928046065a9b94c4470231ccaf18ce3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 26 Jan 2010 18:18:53 +0100 Subject: [PATCH] cil binding: typo. --- bindings/cil/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/cil/autogen.sh b/bindings/cil/autogen.sh index 31ecbad83a..62594028f3 100755 --- a/bindings/cil/autogen.sh +++ b/bindings/cil/autogen.sh @@ -23,7 +23,7 @@ set -xe cd "$(dirname "$0")" test -f src/exception.cs || { - echo "You must run this script from your miredo SVN directory.">&2 + echo "You must run this script from your cil directory.">&2 exit 1 } -- 2.39.5