From ffff7ca8c780a6ff9d2a21a36d40650caaa930e4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 7 Feb 2024 02:43:35 -0500 Subject: Add initial build script --- checkout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkout.py') diff --git a/checkout.py b/checkout.py index c491fd5..5b25758 100755 --- a/checkout.py +++ b/checkout.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # checkout.py - Checkout submodules for a build (checkout a given tag or head) # -- cgit