X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/e2f0a2c79c36baab81e9d944f666f1f9c83aa216..daaa0de7fc21561fd324cbc93fc99d69646b537f:/quotas.sml diff --git a/quotas.sml b/quotas.sml index a667846..da39509 100644 --- a/quotas.sml +++ b/quotas.sml @@ -2,7 +2,7 @@ structure Quotas :> QUOTAS = struct fun getQuotas uname = let - val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol -long deleuze"]) + val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol -long fritz"]) val inf = Unix.textInstreamOf proc fun eatUntilBlankLine () = @@ -43,7 +43,7 @@ struct else (eatUntilBlankLine (); loop acc) - | _ => acc + | _ => loop acc val _ = TextIO.inputLine inf in