diff options
author | Charadon <dev@iotib.net> | 2022-07-26 05:51:02 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-07-26 05:51:02 -0400 |
commit | 8c4851a673fb0efcd7822bc96bff0b825c099521 (patch) | |
tree | 636276f7a83a5b5173d8ac2a24ea9a99873830f8 | |
parent | 6176d566f2ecf0c97a2aa545626ccfe26ebb8e79 (diff) | |
download | dscip-8c4851a673fb0efcd7822bc96bff0b825c099521.tar.gz |
Puts commit hash in header
-rwxr-xr-x | dscip | 2 |
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"; |