]> gitweb.fluxo.info Git - scripts.git/commitdiff
Minor fix at debian-dl
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Feb 2014 15:33:26 +0000 (13:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Feb 2014 15:33:26 +0000 (13:33 -0200)
debian-dl

index ea25be2bd355cba39ee21f69099924219d3503d3..6a3fe776e812bee36f138cbe901b02dd1b849242 100755 (executable)
--- 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