aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bash_utils/distr.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-17 23:25:59 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-17 23:25:59 +0200
commit87b6f4186f1cb901a63cddf699f58e59f54f0d4d (patch)
tree2e2e6dc9b040505882632ef0031f92bfbb9b42f7 /.bash_utils/distr.sh
parent.appdata.sh: bugfix (diff)
downloadlinux-home-87b6f4186f1cb901a63cddf699f58e59f54f0d4d.tar.gz
linux-home-87b6f4186f1cb901a63cddf699f58e59f54f0d4d.zip
bugfix
Diffstat (limited to '.bash_utils/distr.sh')
-rw-r--r--.bash_utils/distr.sh2
1 files changed, 1 insertions, 1 deletions
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"