• unknown's avatar
    Portability fix (avoid bash-ism). · 890aa5b2
    unknown authored
    
    support-files/mysql.server.sh:
      Replace a non-portable "for" loop (bash style, fails on BSD) by an equivalent "while" loop.
      Note that the "stop" method is still wrong, as it does not wait for file removal.
    890aa5b2
mysql.server.sh 5.91 KB