mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 11:15:47 +01:00
Override ui.debug and ui.verbose in 'hg manifest' call in make_jar.sh
This commit is contained in:
@@ -15,7 +15,8 @@ mkdir -p $stage
|
||||
|
||||
if hg root >/dev/null 2>&1
|
||||
then
|
||||
root="$(hg root)"; mf="$(hg manifest)"
|
||||
root="$(hg root)"
|
||||
mf="$(hg --config ui.debug=false --config ui.verbose=false manifest)"
|
||||
find=$(which find)
|
||||
find() {
|
||||
$find "$@" -name '*.jar'
|
||||
|
||||
Reference in New Issue
Block a user