From 0b3b7f93b7ba4db761a960743c67a01f641e4165 Mon Sep 17 00:00:00 2001 From: shmalebx9 Date: Tue, 15 Mar 2022 12:02:04 -0600 Subject: added workaround for git credentials this is cherry-picked from osbmk. the cherry-pick was performed by i, leah rowe. this is adapted from shmalebx's patch there, in osboot specifically, these patches from osbmk are being imported: 327a39ef058d5385bf8c1a1b09bac8db6a51b016 5139ad4be4df1835ce154f39161eef4f7c31ee1a --- build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build') diff --git a/build b/build index 3425fe40..3539f726 100755 --- a/build +++ b/build @@ -5,6 +5,7 @@ # Copyright (C) 2014, 2015, 2020, 2021 Leah Rowe # Copyright (C) 2015 Patrick "P. J." McDermott # Copyright (C) 2015, 2016 Klemens Nanni +# Copyright (C) 2022, Caleb La Grange # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,6 +20,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +./.gitcheck [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e @@ -105,3 +107,5 @@ else help exit 0 fi + +./.gitcheck clean -- cgit v1.2.1