summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update_extern_pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_extern_pkg b/scripts/update_extern_pkg
index e4b7890..4243e19 100755
--- a/scripts/update_extern_pkg
+++ b/scripts/update_extern_pkg
@@ -146,7 +146,7 @@ if match:
# If there wasn't an existing entry, or the last one wasn't based on the
# template, put the new entry at the end:
else:
- buffer += tempbuf
+ buffer += '{0}\n\n'.format(tempbuf)
# Restore the "keep" line at the end (along with a semicolon to avoid an IRAF
# parser bug when the last entry ends with a curly bracket):