Parcourir la source

Add this back for init()

bryan il y a 2 ans
Parent
commit
2afe75502d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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 "$@"