Newlines at ends of password files
authoradamch <adamch>
Sat, 8 Dec 2007 23:08:53 +0000 (23:08 +0000)
committeradamch <adamch>
Sat, 8 Dec 2007 23:08:53 +0000 (23:08 +0000)
app.sml

diff --git a/app.sml b/app.sml
index 299feb5..1941e2d 100644 (file)
--- 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