# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1644339246 -3600
#      Tue Feb 08 17:54:06 2022 +0100
# Node ID f8b889a5fb2d225d35616cb95df5995d6f14adde
# Parent  fd546c6ebd9c1ca773b9d83d52a9f43b30b190c0
use /usr/bin/env

diff --git a/bin/bin-env-util b/bin/bin-env-util
--- a/bin/bin-env-util
+++ b/bin/bin-env-util
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 #
 # Small tool to manipulaote
 import argparse
diff --git a/bin/diff-result b/bin/diff-result
--- a/bin/diff-result
+++ b/bin/diff-result
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 #
 # Small tool to manipulaote
 import argparse
diff --git a/bin/env-desc b/bin/env-desc
--- a/bin/env-desc
+++ b/bin/env-desc
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 #
 # Small tool to manipulaote
 import os
diff --git a/bin/run-util b/bin/run-util
--- a/bin/run-util
+++ b/bin/run-util
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 #
 # Small tool to manipulaote
 import argparse