X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-all-light;h=3925c52f8d3bbd1e60e91647f1398bd47f67f4b1;hb=e10d92fe99eb6e16fb31d296fbec4eaf9fa75f5a;hp=2d2c8f2f021e2265fffc76cf5c1d8a77ee29a054;hpb=26c90f23c4f881cbffa1e9bd321072ea4495ca91;p=pspp diff --git a/parse-all-light b/parse-all-light index 2d2c8f2f02..3925c52f8d 100755 --- a/parse-all-light +++ b/parse-all-light @@ -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}/*/*light*.bin; do + if ! ./dump all < $d >/dev/null; then echo $d ./dump all < $d echo