From: Loup Vaillant Date: Tue, 18 Feb 2020 17:26:38 +0000 (+0100) Subject: Portability nitpick X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=405e1b4e02b9aabdc24155ffb5c067967ac4a362;p=Monocypher.git Portability nitpick --- 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.