systemd/debian/extra/initramfs-tools/scripts/init-top
Benjamin Drung 7abfa8dc77 Fix shellcheck issues in initramfs-tools scripts
initramfs-tools will use shellcheck on its own code and will probably
ship a shellcheck autopkgtest that checks its hooks and script
directory. That's how the shellcheck issues in systemd's initramfs-tools
scripts were found.

```
shellcheck -e SC1091 $(find debian/extra/initramfs-tools/ -type f)
```
2019-01-12 20:36:33 +01:00
..
udev Fix shellcheck issues in initramfs-tools scripts 2019-01-12 20:36:33 +01:00