Browse Source

Redundant return

bryan 2 năm trước cách đây
mục cha
commit
5934d94f5d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      installJRMC

+ 0 - 1
installJRMC

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