diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 23:25:59 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 23:25:59 +0200 |
commit | 87b6f4186f1cb901a63cddf699f58e59f54f0d4d (patch) | |
tree | 2e2e6dc9b040505882632ef0031f92bfbb9b42f7 /.bash_utils | |
parent | .appdata.sh: bugfix (diff) | |
download | linux-home-87b6f4186f1cb901a63cddf699f58e59f54f0d4d.tar.gz linux-home-87b6f4186f1cb901a63cddf699f58e59f54f0d4d.zip |
bugfix
Diffstat (limited to '.bash_utils')
-rw-r--r-- | .bash_utils/distr.sh | 2 |
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" |