From d742badc3bdab4b3ac67b8a5db0816381d17e92c Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Fri, 3 Nov 2023 11:56:40 +0000 Subject: Fuzzing: Fix helper shebang on NixOS Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22612) --- fuzz/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz') diff --git a/fuzz/helper.py b/fuzz/helper.py index 9185b17228..db6e8edc1e 100755 --- a/fuzz/helper.py +++ b/fuzz/helper.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. # -- cgit v1.2.3