Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded/conf Fix an empty shell function here...



details:   https://anonhg.NetBSD.org/src/rev/81668d949500
branches:  trunk
changeset: 785561:81668d949500
user:      garbled <garbled%NetBSD.org@localhost>
date:      Wed Mar 20 14:47:20 2013 +0000

description:
Fix an empty shell function here, per Greg Troxel.  Apparently empty shell
functions are not 100% portable.

diffstat:

 distrib/utils/embedded/conf/rpi_inst.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4739fa43d6b8 -r 81668d949500 distrib/utils/embedded/conf/rpi_inst.conf
--- a/distrib/utils/embedded/conf/rpi_inst.conf Wed Mar 20 13:43:39 2013 +0000
+++ b/distrib/utils/embedded/conf/rpi_inst.conf Wed Mar 20 14:47:20 2013 +0000
@@ -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 @@
 }
 
 make_fstab_evbarm() {
+:
 }
 
 customize_evbarm() {



Home | Main Index | Thread Index | Old Index