diff options
author | Kevin Stone <[email protected]> | 2019-08-11 10:44:00 -0500 |
---|---|---|
committer | XECDesign <[email protected]> | 2019-08-11 16:44:00 +0100 |
commit | 18b945ffb2ed771e7b234af30882f048c27c5e65 (patch) | |
tree | 7269e186073fe3a86e476b0916481e85a842544e /scripts/common | |
parent | 920e22bdc5224238881d8a87d17efa9d6f1e991c (diff) |
Moved git-hash determination to passed in build variable (#273)
Diffstat (limited to 'scripts/common')
-rw-r--r-- | scripts/common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/common b/scripts/common index f264755..68fab54 100644 --- a/scripts/common +++ b/scripts/common @@ -94,9 +94,6 @@ on_chroot() { export -f on_chroot update_issue() { - local GIT_HASH - GIT_HASH=$(git rev-parse HEAD) echo -e "Raspberry Pi reference ${IMG_DATE}\nGenerated using ${PI_GEN}, ${PI_GEN_REPO}, ${GIT_HASH}, ${1}" > "${ROOTFS_DIR}/etc/rpi-issue" } export -f update_issue - |