Work on SPV XML detail member.
[pspp] / parse-all-light
index 2d2c8f2f021e2265fffc76cf5c1d8a77ee29a054..1facaec43d2bf858272a30f356862464e2d724af 100755 (executable)
@@ -1,8 +1,6 @@
-#! /bin/sh
-light=`ls -1 unzipped/*/*.bin | grep light`
-
-for d in $light; do
-    if ! ./dump all < $d > /dev/null 2>&1; then
+#! /bin/bash
+for d in {williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do
+    if ! ./dump all < $d >/dev/null; then
        echo $d
        ./dump all < $d
        echo