From: Ian Jackson Date: Wed, 13 Feb 2019 22:52:22 +0000 (+0000) Subject: set PERL_HASH_SEED X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=a1336516f1f0fcd86a83aad4556bf40a78356601;p=pandemic-rising-tide.git set PERL_HASH_SEED --- diff --git a/Makefile b/Makefile index 8a51fff..8825b4c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ o= >$@.tmp && mv -f $@.tmp $@ +export PERL_HASH_SEED=1 + map.plag: parse-input-graph input-graph ./$^ $o