]> gitweb.fluxo.info Git - scripts.git/commitdiff
Typo on debian-dl
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 26 Feb 2014 20:08:56 +0000 (17:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 26 Feb 2014 20:08:56 +0000 (17:08 -0300)
debian-dl

index 2265df00a51c22d435eb6ecf048e9b73f806cd99..3558085b51f9f478ac6d5fb03d9382de81adbb20 100755 (executable)
--- a/debian-dl
+++ b/debian-dl
@@ -35,7 +35,7 @@ done
 # Determine transfer method
 if echo $FILENAME | grep -qe '.jigdo$'; then
   # Check for jigdo
-  if ! which jidgo-lite &> /dev/null; then
+  if ! which jigdo-lite &> /dev/null; then
     echo "Please install jigdo-file"
     exit 1
   fi