From: Ed Sutter <ed.sutter@alcatel-lucent.com>
To: buildroot@busybox.net
Subject: [Buildroot] command line regular expression substitution fails
Date: Tue, 07 Jan 2014 16:33:06 -0500 [thread overview]
Message-ID: <52CC7292.306@alcatel-lucent.com> (raw)
Hi,
I'm using buildroot for the first time to set up rootfs on an iMX6
based platform. I've been debugging a startup issue and just realized
that the the line...
>
>for i in /etc/init.d/S??* ;do
>
in /etc/init.d/rcS is failing because "S??*" is not being replaced by
the files that match that expression. Then I just tried doing something
simple on the command line...
>
># ls /bin/m*
>ls: /bin/m*\x01: No such file or directory
>
and I see that fails as well. I'm guessing this is some kind of busybox
configuration (regex/readline/etc..) issue, but since I got it all
through buildroot,
I figured I'd try here first.
Any ideas?
Thanks in advance,
Ed
next reply other threads:[~2014-01-07 21:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-07 21:33 Ed Sutter [this message]
2014-01-07 22:20 ` [Buildroot] command line regular expression substitution fails Thomas Petazzoni
2014-01-08 12:32 ` Ed Sutter
2014-01-07 23:07 ` Peter Sanford
2014-01-08 13:31 ` Ed Sutter
2014-01-09 17:34 ` Peter Sanford
2014-01-09 20:11 ` Ed Sutter
2014-01-28 21:10 ` Thomas Petazzoni
2014-01-29 6:49 ` Arnout Vandecappelle
2014-01-29 8:26 ` Thomas Petazzoni
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=52CC7292.306@alcatel-lucent.com \
--to=ed.sutter@alcatel-lucent.com \
--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.