cosmos72 / fstransform

tool for in-place filesystem conversion (for example from jfs/xfs/reiser to ext2/ext3/ext4) without backup
GNU General Public License v2.0
278 stars 28 forks source link

Use bash instead of dash #10

Closed maweki closed 7 years ago

maweki commented 7 years ago

I discussed this in #7 and I find it really annoying. /bin/bash is symlinked to /bin/dash on Ubuntu and every other system that doesn't use bash but something compatible. So for the Ubuntu (and every fork, variant, spin, etc.) user it doesn't make a difference. For every user that doesn't use this particular brand of bash-compatible shell (so basically everyone in not-Ubuntu-world) has problems using this script.

Just use /bin/bash like every other shell script :)

cosmos72 commented 7 years ago

Thanks for reminding me :)