X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-all-light;h=836369d9f818d9cad87220b5ee7d4c2ff8112586;hb=b867a57a6c282f2ff377c3335ed974bd23aa9d08;hp=e63811cd9fb973d2405544b905ea5229098ff5f4;hpb=c10bff4da438d2785409636677223cec18347647;p=pspp diff --git a/parse-all-light b/parse-all-light index e63811cd9f..836369d9f8 100755 --- a/parse-all-light +++ b/parse-all-light @@ -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