From 405e1b4e02b9aabdc24155ffb5c067967ac4a362 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 18 Feb 2020 18:26:38 +0100 Subject: [PATCH] Portability nitpick --- tests/gen/elligator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gen/elligator.py b/tests/gen/elligator.py index 5f4e91b..7634bf2 100755 --- a/tests/gen/elligator.py +++ b/tests/gen/elligator.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#! /usr/bin/env python3 # This file is dual-licensed. Choose whichever licence you want from # the two licences listed below. -- 2.47.3