X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-all-light;h=3925c52f8d3bbd1e60e91647f1398bd47f67f4b1;hb=e10d92fe99eb6e16fb31d296fbec4eaf9fa75f5a;hp=5104d50d4ef9a5b896c7abf6bbb6b84f74bb5c9f;hpb=9692b579384a142daf732706ad2f4401481a3077;p=pspp diff --git a/parse-all-light b/parse-all-light index 5104d50d4e..3925c52f8d 100755 --- a/parse-all-light +++ b/parse-all-light @@ -1,7 +1,5 @@ -#! /bin/sh -light=`ls -1 unzipped/*/*.bin | grep light` - -for d in $light; do +#! /bin/bash +for d in {williams,germano,smekens,unzipped}/*/*light*.bin; do if ! ./dump all < $d >/dev/null; then echo $d ./dump all < $d