From 8c6174384f6700059f48bf399d22928c6b6cf46a Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 23 Dec 2020 11:51:22 +0100 Subject: [PATCH] temporary hack --- hugo | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hugo b/hugo index 7a326b7..b30924d 100755 --- a/hugo +++ b/hugo @@ -1,5 +1,14 @@ #!/bin/bash +# temporary hack +echo ">>>" +env +echo ">>>" +which python +echo ">>>" +/usr/bin/env python +echo ">>>" + set -Eeuo pipefail trap cleanup SIGINT SIGTERM ERR EXIT