Browse Source

Cleanup debug message

bryan 2 years ago
parent
commit
35ce40c0ef
1 changed files with 1 additions and 1 deletions
  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"
 }