diff --git a/PepDev64/BldHelper-release.sh b/PepDev64/BldHelper-release.sh index 7542448..1e69a17 100755 --- a/PepDev64/BldHelper-release.sh +++ b/PepDev64/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