1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 21:45:46 +01:00

shouldnot use aliased Mercurial command

--HG--
extra : rebase_source : 5c5df163bbe2a54e85eeb8b6821d1ab2e99d7367
This commit is contained in:
teramako
2010-09-22 22:03:50 +09:00
parent a2a8e7b9c5
commit 6df344ed91

View File

@@ -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'