|
@@ -39,6 +39,11 @@ SHELLFU_EMBEDTMP=${SHELLFU_EMBEDTMP:-}
|
39
|
39
|
#
|
40
|
40
|
SHELLFU_EMBEDDED=${SHELLFU_EMBEDDED:-false}
|
41
|
41
|
|
|
42
|
+#
|
|
43
|
+# Last git commit hash before build
|
|
44
|
+#
|
|
45
|
+SHELLFU_GIT_HASH=__MKIT_PROJ_GIT_LASTHASH__
|
|
46
|
+
|
42
|
47
|
#
|
43
|
48
|
# Colon-separated list of already imported modules
|
44
|
49
|
#
|
|
@@ -76,6 +81,7 @@ shellfu() {
|
76
|
81
|
shellfu __debug "SHELLFU_DEBUG_EXCLUDE='$SHELLFU_DEBUG_EXCLUDE'"
|
77
|
82
|
shellfu __debug "SHELLFU_EMBEDDED='$SHELLFU_EMBEDDED'"
|
78
|
83
|
shellfu __debug "SHELLFU_EMBEDTMP='$SHELLFU_EMBEDTMP'"
|
|
84
|
+ shellfu __debug "SHELLFU_GIT_HASH='$SHELLFU_GIT_HASH'"
|
79
|
85
|
shellfu __debug "SHELLFU_IMPORTED='$SHELLFU_IMPORTED'"
|
80
|
86
|
shellfu __debug "SHELLFU_INCLUDE='$SHELLFU_INCLUDE'"
|
81
|
87
|
shellfu __debug "SHELLFU_PATH='$SHELLFU_PATH'"
|