mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-11 10:15:46 +01:00
Fix make_jar.sh; add missing components.
This commit is contained in:
@@ -16,8 +16,9 @@ mkdir -p $stage
|
||||
if hg root >/dev/null 2>&1
|
||||
then
|
||||
root="$(hg root)"; mf="$(hg mf)"
|
||||
find=$(which find)
|
||||
find() {
|
||||
set -x
|
||||
$find "$@" -name '*.jar'
|
||||
echo "$mf" | sed -n "s!$(pwd | sed "s!$root/\?!!")/\?!!p" |
|
||||
grep "^$1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user