Explorar el Código

Add this back for init()

bryan hace 2 años
padre
commit
2afe75502d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      installJRMC

+ 2 - 0
installJRMC

@@ -1651,5 +1651,7 @@ main() {
     # done
 }
 
+# Quickly turn debugging on (catch for real with getopt in parseInput())
+[[ " $* " =~ ( --debug | -d ) ]] && echo "First Debugging on!" && DEBUG=1
 
 main "$@"