Browse Source

oops pdflatext retiré par erreur

Sniperovitch 8 years ago
parent
commit
a6579b75b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cocktail.sh

+ 1 - 1
cocktail.sh

@@ -31,7 +31,7 @@ init_check() {
     die "$FUNCNAME lock=$LOCK_FILE exists. Wait compilation or erase it"
   fi
 
-  for tool in touch curl pandoc
+  for tool in touch curl pandoc pdflatex
   do
     local tool_location=$(command -v $tool)
     if test "$tool_location";