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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user