From 3f5b02d7cc26a35a01f2c206ce0c5e221520ff8b Mon Sep 17 00:00:00 2001 From: James Swineson Date: Fri, 20 Mar 2020 23:15:31 +0800 Subject: [PATCH] Update menhera.sh --- menhera.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menhera.sh b/menhera.sh index c5e19a8..1c5c2e7 100755 --- a/menhera.sh +++ b/menhera.sh @@ -1,5 +1,7 @@ #!/bin/bash set -Eeuo pipefail +# disable command path hashing as we are going to move fast and break things +set +h # config WORKDIR="/tmp/menhera"