From: adamch Date: Sat, 8 Dec 2007 23:08:53 +0000 (+0000) Subject: Newlines at ends of password files X-Git-Url: http://git.hcoop.net/hcoop/zz_old/portal.git/commitdiff_plain/627fc76e2e64c23a1cc2012c84b258f781b493e9 Newlines at ends of password files --- diff --git a/app.sml b/app.sml index 299feb5..1941e2d 100644 --- a/app.sml +++ b/app.sml @@ -127,6 +127,7 @@ fun add app = val outf = TextIO.openOut (Config.passwordFiles ^ #name app) in TextIO.output (outf, #unix_passwd app); + TextIO.output1 (outf, #"\n"); TextIO.closeOut outf end