mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 21:05:47 +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
|
if hg root >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
root="$(hg root)"; mf="$(hg mf)"
|
root="$(hg root)"; mf="$(hg manifest)"
|
||||||
find=$(which find)
|
find=$(which find)
|
||||||
find() {
|
find() {
|
||||||
$find "$@" -name '*.jar'
|
$find "$@" -name '*.jar'
|
||||||
|
|||||||
Reference in New Issue
Block a user