summaryrefslogtreecommitdiffstats
path: root/defaultenv
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-12-21 16:44:08 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-21 10:32:47 +0100
commit19c0219d4e8182b539af74d4576cc51935515725 (patch)
treec7c3bc3ea07a0640300c7fa305799b77792750e5 /defaultenv
parent4d7bef86e2db265358a230af60d8076059dddff8 (diff)
downloadbarebox-19c0219d4e8182b539af74d4576cc51935515725.tar.gz
barebox-19c0219d4e8182b539af74d4576cc51935515725.tar.xz
defaultenv: do not print usage information for update script
This usage printout during startup more looks like there is something wrong with the environment than a helpful message. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Eric BĂ©nard <eric@eukrea.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'defaultenv')
-rw-r--r--defaultenv/bin/init3
1 files changed, 0 insertions, 3 deletions
diff --git a/defaultenv/bin/init b/defaultenv/bin/init
index 877b5417ec..b66f7d988c 100644
--- a/defaultenv/bin/init
+++ b/defaultenv/bin/init
@@ -28,9 +28,6 @@ echo
echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
- echo
- update -h
- echo
exit
fi