summaryrefslogtreecommitdiff
path: root/lib/sbin/configure_thorns.pl
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-07 14:50:37 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-07 14:50:37 +0000
commitf9fd939abbc7e148722bbf27d74d65b6ae7be603 (patch)
tree6df3346a89a1d7872f81e96b1f510999fc4482c6 /lib/sbin/configure_thorns.pl
parent8f7c1066b45074fa2c566081f5d0a0a2f5ffd2a8 (diff)
Traverse all hashes alphabetically, so that all output files of the
CST stage will be identical. This is necessary at least since perl 5.8.1 to avoid redundant recompilation. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3425 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/configure_thorns.pl')
-rw-r--r--lib/sbin/configure_thorns.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/configure_thorns.pl b/lib/sbin/configure_thorns.pl
index af12e62f..2ad5ac9b 100644
--- a/lib/sbin/configure_thorns.pl
+++ b/lib/sbin/configure_thorns.pl
@@ -19,7 +19,7 @@ chdir $config;
chdir "arrangements";
-foreach $thorn (keys %activethorns)
+foreach $thorn (sort keys %activethorns)
{
if (! -d $activethorns{$thorn} && ! -l $activethorns{$thorn})
{