dump: Accept filename on command-line.
[pspp] / parse-all-light
index e63811cd9fb973d2405544b905ea5229098ff5f4..836369d9f818d9cad87220b5ee7d4c2ff8112586 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/bash
 make || exit 1
 for d in {unzipped3,williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do
-    if ! ./dump all < $d > /dev/null; then
+    if ! ./dump $d > /dev/null; then
        echo $d
-       #./dump all < $d
+       ./dump $d
        echo
     fi
 done