diff options
Diffstat (limited to 'debian-dl')
| -rwxr-xr-x | debian-dl | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -36,7 +36,7 @@ wget -c $LIMIT $URL  # Check hashes  for hash in $HASHES; do    echo "Checking $FILENAME against $hash file..." -  check="`echo $hash | tr '[:upper:]' '[:lower:]' | sed -e 's/s$//'`sum" +  check="`echo $hash | tr '[:upper:]' '[:lower:]' | sed -e 's/s$//'`"    grep -e "$FILENAME$" $hash | $check -c  done | 
