download: code cleanup

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-05-18 09:18:42 +01:00
parent a232f9c575
commit 8782bff8ef
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
./.gitcheck
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
@ -32,7 +30,9 @@ program=""
main()
{
./resources/scripts/misc/versioncheck
./.gitcheck
./resources/scripts/misc/versioncheck
rm -f "build_error"
if [ $# -lt 1 ]; then