Commit b0965081 by Maarten L. Hekkelman

oops

parent acc9ad5c
...@@ -49,8 +49,6 @@ update_dictionary() { ...@@ -49,8 +49,6 @@ update_dictionary() {
# the tmpfile is placed at the desired location and updated is set # the tmpfile is placed at the desired location and updated is set
# to true # to true
echo "${dict}"
curl --silent --location --compressed --time-cond "${dict}" "${source}" | ( curl --silent --location --compressed --time-cond "${dict}" "${source}" | (
# uncompress the file on the fly, if it is compressed # uncompress the file on the fly, if it is compressed
if [ "${source%.gz}" != "${source}" ]; then if [ "${source%.gz}" != "${source}" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment