From 6df344ed913fe4e2d096fc5c9cfafc81729576a9 Mon Sep 17 00:00:00 2001 From: teramako Date: Wed, 22 Sep 2010 22:03:50 +0900 Subject: [PATCH] shouldnot use aliased Mercurial command --HG-- extra : rebase_source : 5c5df163bbe2a54e85eeb8b6821d1ab2e99d7367 --- common/make_jar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/make_jar.sh b/common/make_jar.sh index b905bafc..3d444b3b 100644 --- a/common/make_jar.sh +++ b/common/make_jar.sh @@ -15,7 +15,7 @@ mkdir -p $stage if hg root >/dev/null 2>&1 then - root="$(hg root)"; mf="$(hg mf)" + root="$(hg root)"; mf="$(hg manifest)" find=$(which find) find() { $find "$@" -name '*.jar'