Skip to content

Remove 'inappropriate ioctl for device' warning

Simon Rose requested to merge appropriate_ioctl into master

This only came up if I ran, for example

$ echo exit | iocsh

See https://unix.stackexchange.com/a/26782/445931. This assume bash, which is safe, and fixes the issue.

Merge request reports