David Sniperovitch il y a 8 ans
Parent
commit
bf9e1877f3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cocktail

+ 1 - 1
cocktail

@@ -90,7 +90,7 @@ init_check() {
   fi
 
   # external tools
-  for tool in touch curl pandoc pdflatex
+  for tool in touch pandoc pdflatex
   do
     local tool_location=$(command -v $tool)
     if test "$tool_location";