aboutsummaryrefslogtreecommitdiff
path: root/debian-dl
diff options
context:
space:
mode:
Diffstat (limited to 'debian-dl')
-rwxr-xr-xdebian-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-dl b/debian-dl
index ea25be2..6a3fe77 100755
--- a/debian-dl
+++ b/debian-dl
@@ -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