From 3f95d9b113baf898968bd343b63d6195c7593205 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Tue, 4 Oct 2011 15:54:41 -0700 Subject: [PATCH] newline before settings injection in case of no trailing newline --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 2f034d5..257bd2a 100755 --- a/bin/compile +++ b/bin/compile @@ -42,6 +42,7 @@ if [ "$NAME" = "Python/Django" ]; then echo " Injecting code into $SETTINGS_FILE to read from DATABASE_URL" cat >>$SETTINGS_FILE <