diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gettext-nget-patch | 2 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/gettext-nget-patch b/bin/gettext-nget-patch index 92b687552..d058bc784 100755 --- a/bin/gettext-nget-patch +++ b/bin/gettext-nget-patch @@ -30,7 +30,7 @@ find( sub { close FP; }, 'templates', 'perllib'); -foreach (values %out) { +foreach (sort { $a->{s} cmp $b->{s} } values %out) { print <<EOF; #: $_->{file}:$_->{line} diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 007cd1839..07581ccb8 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v2.0.1} +VERSION=${VERSION_OVERRIDE:-v2.0.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |