X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-detail-xml;h=28fa551dc3b210d4a1ea863eb857e2a2f4ce7107;hb=75a05a0a68046957d9801db0bfc02b0108736e36;hp=f0b175e7ab6c1037733f27abbb37d0c72b854906;hpb=00357578f9bdbe00e5237bdb82dc80ec2214cbef;p=pspp diff --git a/parse-detail-xml b/parse-detail-xml index f0b175e7ab..28fa551dc3 100755 --- a/parse-detail-xml +++ b/parse-detail-xml @@ -1,9 +1,9 @@ #! /bin/sh # Parse the detail XML members. -legacyXML=`ls -1 unzipped/*/*.xml |grep -vE 'outputViewer|stats|chart|model'` +legacyXML=`ls -1 unzipped*/*/*.xml |grep -vE 'outputViewer|stats|chart|model'` if test -n "$1"; then for d in $legacyXML; do - ./parse-xml $d $1 - done | sort | uniq + ./parse-xml $d "$@" + done fi