From: Cyril HAENEL <chaenel@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] Strange behavior with shell redirection
Date: Fri, 18 Dec 2009 13:10:41 +0100 [thread overview]
Message-ID: <4B2B7141.90804@free.fr> (raw)
Hello all, sorry I don't know if I am in the good place to ask my
question...
On an custom board based on the AT91SAM9260 processor,
buildroot-2009.05, and jffs2 as root file system, I have an "autostart"
script launched at board startup.
In this script (I use the true bash and not the busybox shell) I launch
my application, and I redirect the output to a log file :
#!/bin/bash
cd /home/potentiostat
[...]
echo "Launching application"
./potentiostatApplication >> /var/log/potentiostat
# Reboot if application error
if [ $? -ne 0 ]
then
reboot
fi
I use ">>" for the redirection, thus normally each time this script is
launched it should concatenate the new log after the older one.
But it's not the case, each time I startup the board I have a new log !!
I really don't understand this beahavior, any idea ?
Best Regards,
Cyril HAENEL
--
Cyril Haenel
Registered Linux User #332632
next reply other threads:[~2009-12-18 12:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-18 12:10 Cyril HAENEL [this message]
2009-12-18 12:30 ` [Buildroot] Strange behavior with shell redirection Michael S. Zick
2009-12-18 13:37 ` Cyril HAENEL
2009-12-18 14:19 ` Michael S. Zick
2009-12-18 18:03 ` Thomas Petazzoni
2009-12-18 19:30 ` Cyril HAENEL
2009-12-18 20:31 ` Michael S. Zick
2009-12-18 23:13 ` Cyril HAENEL
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B2B7141.90804@free.fr \
--to=chaenel@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.