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 add missing }



details:   https://anonhg.NetBSD.org/src/rev/33fce56ffb78
branches:  trunk
changeset: 784772:33fce56ffb78
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Feb 09 11:07:26 2013 +0000

description:
add missing }

diffstat:

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

diffs (18 lines):

diff -r d63ca985d2b4 -r 33fce56ffb78 distrib/utils/embedded/conf/rpi.conf
--- a/distrib/utils/embedded/conf/rpi.conf      Sat Feb 09 11:04:32 2013 +0000
+++ b/distrib/utils/embedded/conf/rpi.conf      Sat Feb 09 11:07:26 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rpi.conf,v 1.14 2013/02/08 19:16:53 christos Exp $
+# $NetBSD: rpi.conf,v 1.15 2013/02/09 11:07:26 jmcneill Exp $
 # Raspberry Pi customization script used by mkimage
 #
 
@@ -42,7 +42,7 @@
        fi
 
        echo "${bar} installing kernel ${bar}"
-       cp ${kernel ${mnt}/boot
+       cp ${kernel} ${mnt}/boot
 
        echo -n "${bar} installing firmware files:"
        (cd ${mnt}/boot &&



Home | Main Index | Thread Index | Old Index