Fix an empty shell function here, per Greg Troxel. Apparently empty shell
functions are not 100% portable.
This commit is contained in:
parent
4698927030
commit
1630987ad9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rpi_inst.conf,v 1.1 2013/03/19 22:16:53 garbled Exp $
|
||||
# $NetBSD: rpi_inst.conf,v 1.2 2013/03/20 14:47:20 garbled Exp $
|
||||
# Raspberry Pi customization script used by mkimage
|
||||
#
|
||||
|
||||
|
@ -65,6 +65,7 @@ EOF
|
|||
}
|
||||
|
||||
make_fstab_evbarm() {
|
||||
:
|
||||
}
|
||||
|
||||
customize_evbarm() {
|
||||
|
|
Loading…
Reference in New Issue