mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 14:40:54 +02:00
@@ -22,8 +22,6 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
./.gitcheck
|
|
||||||
|
|
||||||
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||||
set -u -e
|
set -u -e
|
||||||
|
|
||||||
@@ -32,7 +30,9 @@ program=""
|
|||||||
|
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
./resources/scripts/misc/versioncheck
|
./.gitcheck
|
||||||
|
./resources/scripts/misc/versioncheck
|
||||||
|
|
||||||
rm -f "build_error"
|
rm -f "build_error"
|
||||||
|
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user