Browse Source

Redundant return

bryan 2 years ago
parent
commit
5934d94f5d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      installJRMC

+ 0 - 1
installJRMC

@@ -108,7 +108,6 @@ askOk() {
     declare response
     read -r -p "$* [y/N]: " response
     [[ "${response,,}" =~ ^(yes|y)$ ]]
-    return
 }