From: Hugo Landau Date: Fri, 3 Nov 2023 11:56:40 +0000 (+0000) Subject: Fuzzing: Fix helper shebang on NixOS X-Git-Tag: openssl-3.3.0-alpha1~590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d742badc3bdab4b3ac67b8a5db0816381d17e92c;p=thirdparty%2Fopenssl.git Fuzzing: Fix helper shebang on NixOS Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22612) --- diff --git a/fuzz/helper.py b/fuzz/helper.py index 9185b17228b..db6e8edc1e5 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. #