about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-07-26 05:51:02 -0400
committerCharadon <dev@iotib.net>2022-07-26 05:51:02 -0400
commit8c4851a673fb0efcd7822bc96bff0b825c099521 (patch)
tree636276f7a83a5b5173d8ac2a24ea9a99873830f8
parent6176d566f2ecf0c97a2aa545626ccfe26ebb8e79 (diff)
downloaddscip-8c4851a673fb0efcd7822bc96bff0b825c099521.tar.gz
Puts commit hash in header
-rwxr-xr-xdscip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dscip b/dscip
index 682ebe7..6f3f542 100755
--- a/dscip
+++ b/dscip
@@ -52,7 +52,7 @@ build () {
 	# Print variables #
 	{
 		echo "################################################################################";
-		printf "%s" "$(date) | $DSCIP_NAME"
+		printf "%s" "$(date) | $DSCIP_NAME | $CURRENT_COMMIT"
 		echo "################################################################################";
 		echo "DSCIP_GITREPO=$DSCIP_GITREPO";
 		echo "DSCIP_GITMODE=$DSCIP_GITMODE";