netkit-core icon indicating copy to clipboard operation
netkit-core copied to clipboard

Bashisms are very common in Netkit scripts

Open sv75 opened this issue 14 years ago • 0 comments

All netkit scripts are '/bin/sh', still they have a lot of bashisms (use 'checkbashisms' to know how much exactly).

I believe it is better to just replace '#!/bin/sh' with '#!/bin/bash' in all netkit scripts, The another way is to remove all bashisms one by one.

In Ubuntu and Debian '/bin/sh' does not point to '/bin/bash' by default, btw.

sv75 avatar Sep 25 '11 15:09 sv75