Parcourir la source

typo dans getopts

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

+ 1 - 1
cocktail

@@ -361,7 +361,7 @@ do
     v)
         # Override verbose
         VERBOSE=1
-        verbose "getopts: -$option) PROJET=$PROJET"
+        verbose "getopts: -$option) VERBOSE=$VERBOSE"
         ;;
   esac
 done