about summary refs log tree commit diff stats
path: root/dscip
diff options
context:
space:
mode:
Diffstat (limited to 'dscip')
-rwxr-xr-xdscip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dscip b/dscip
index 275648d..5d86b93 100755
--- a/dscip
+++ b/dscip
@@ -54,7 +54,7 @@ build () {
 	# Print variables #
 	{
 		echo "################################################################################";
-		printf "%s" "$(date) | $DSCIP_NAME | $CURRENT_COMMIT"
+		printf "%s\n" "$(date) | $DSCIP_NAME | $CURRENT_COMMIT"
 		echo "################################################################################";
 		echo "DSCIP_GITREPO=$DSCIP_GITREPO";
 		echo "DSCIP_GITMODE=$DSCIP_GITMODE";