Explorar el Código

Cleanup debug message

bryan hace 3 años
padre
commit
35ce40c0ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -227,7 +227,7 @@ parseInput() {
         printHelp && exit 1
     fi
 
-    ! debug && echo "Use --debug for verbose output"
+    (( DEBUG )) || echo "Use --debug for verbose output"
 }