Document a lot of setCellProperties.
[pspp] / parse-detail-xml
index f0b175e7ab6c1037733f27abbb37d0c72b854906..0eb3555a745404595e79c20fe4106e35db79a310 100755 (executable)
@@ -5,5 +5,5 @@ 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
+    done
 fi