mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-03 15:02:10 +00:00
Patch by Markus Heidelberg.
${VAR//-/_} which replaces - with _ aborts with "syntax error" on a
system where /bin/sh points to dash. Use tr therefor as already done in
the line above rather than changing the shebang to bash.