diff --git a/PepDev32/BldHelper-release.sh b/PepDev32/BldHelper-release.sh index b4e572f..08a35ef 100755 --- a/PepDev32/BldHelper-release.sh +++ b/PepDev32/BldHelper-release.sh @@ -34,7 +34,7 @@ cd ${WorkingDir} # Timing matters, don't destroy the old one without a replacement. # Check for the ISO to appear and wait for things to settle. until [ -e fusato/*.iso ] - do ((_break)) + do ((break)) [ $_break -gt $_wait ] && break || sleep 1 done