• unknown's avatar
    Portability fix (avoid bash-ism). · 8dc1d5bd
    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.
    8dc1d5bd
mysql.server.sh 5.91 KB