From 7b276b706b28a363240c7294e88b67780fa92c8a Mon Sep 17 00:00:00 2001 From: William Brawner Date: Tue, 8 Jun 2021 07:51:51 -0600 Subject: [PATCH] Make extract script executable on unix Signed-off-by: William Brawner --- scripts/extract.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 scripts/extract.py diff --git a/scripts/extract.py b/scripts/extract.py old mode 100644 new mode 100755 index 17c55407..deadb2a9 --- a/scripts/extract.py +++ b/scripts/extract.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Copyright (c) 2020-2021 The reone project contributors # This program is free software: you can redistribute it and/or modify