From 87b6f4186f1cb901a63cddf699f58e59f54f0d4d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 17 Aug 2016 23:25:59 +0200 Subject: bugfix --- .bash_utils/distr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_utils') diff --git a/.bash_utils/distr.sh b/.bash_utils/distr.sh index 8e7b84c..06d342a 100644 --- a/.bash_utils/distr.sh +++ b/.bash_utils/distr.sh @@ -5,7 +5,7 @@ # For details, see https://github.com/egor-tensin/cygwin-home. # Distributed under the MIT License. -readonly checksums_path='sha1sums.txt' +checksums_path='sha1sums.txt' update_checksums() { sha1sum -- "$@" > "$checksums_path" -- cgit v1.2.3