summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-18 09:18:42 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-18 09:18:42 +0100
commit8782bff8ef6f4411145eccc525c5bb5d9f6bff36 (patch)
treeceecf1962756c951af85b08dc0a362959e8f6398
parenta232f9c575c427e82a9f4ea191142cbfcbdefd9e (diff)
download: code cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xdownload6
1 files changed, 3 insertions, 3 deletions
diff --git a/download b/download
index 609feaac..26c0f673 100755
--- a/download
+++ b/download
@@ -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