1
0
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:
Kris Maglione
2010-09-19 02:23:49 -04:00
parent 72be646c5b
commit 952bb90f35
4 changed files with 98 additions and 1 deletions

View File

@@ -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"
}