X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-detail-xml;h=28fa551dc3b210d4a1ea863eb857e2a2f4ce7107;hb=860ae7593728a465b1f0d5e443df7e624df9cf30;hp=0eb3555a745404595e79c20fe4106e35db79a310;hpb=d756f0a8abc31ab634f9aff532021e3eb88374ab;p=pspp diff --git a/parse-detail-xml b/parse-detail-xml index 0eb3555a74..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 + ./parse-xml $d "$@" done fi