about summary refs log tree commit diff stats
path: root/dscip
diff options
context:
space:
mode:
Diffstat (limited to 'dscip')
-rwxr-xr-xdscip4
1 files changed, 2 insertions, 2 deletions
diff --git a/dscip b/dscip
index d66be1f..682ebe7 100755
--- a/dscip
+++ b/dscip
@@ -48,11 +48,11 @@ echo "$$" > "$WORKING_DIRECTORY/LOCK"
 
 build () {
 	# Remove old output
-	rm -f output.txt
+	rm -f "$WORKING_DIRECTORY"/output.txt
 	# Print variables #
 	{
 		echo "################################################################################";
-		date;
+		printf "%s" "$(date) | $DSCIP_NAME"
 		echo "################################################################################";
 		echo "DSCIP_GITREPO=$DSCIP_GITREPO";
 		echo "DSCIP_GITMODE=$DSCIP_GITMODE";