summaryrefslogtreecommitdiffstats
path: root/fuzz/helper.py
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-11-03 11:56:40 +0000
committerHugo Landau <hlandau@openssl.org>2023-11-23 14:46:01 +0000
commitd742badc3bdab4b3ac67b8a5db0816381d17e92c (patch)
tree942f7f71d8a6fd468358e3f83687d03a672f121d /fuzz/helper.py
parentf328adff43c5916e149abd598f06898ecd4762f5 (diff)
Fuzzing: Fix helper shebang on NixOS
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22612)
Diffstat (limited to 'fuzz/helper.py')
-rwxr-xr-xfuzz/helper.py2
1 files changed, 1 insertions, 1 deletions
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.
#