From: Florian Philipp <lists@binarywings.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] crontab not executing
Date: Mon, 20 Jun 2011 13:53:35 +0200 [thread overview]
Message-ID: <4DFF34BF.40008@binarywings.net> (raw)
In-Reply-To: <BANLkTi=J6xpQ9_xg3rGFBwtgTzMRX5FbWQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 830 bytes --]
Am 20.06.2011 12:39, schrieb Adam Carter:
>>> /bin/sh is a symlink to bash.
>>
>> Which runs as sh when run from the symlink.
>
> I dont understand. "runs as" usually means "runs under the user
> context" to me - are you saying bash has an sh compatibility mode?
>
Yes, that's exactly what he wants to say.
Interestingly, that mode still supports most bash-only features like
arrays. I guess they can do this because it doesn't change the semantic
of old Bourne shell code. It just makes some formerly invalid syntax valid.
/bin/sh -c -c 'array=( sh bash ); echo I am a ${array[1]}' 2>/dev/null
|| echo I am a sh
> I am a bash
Other drop-in replacements for /bin/sh like dash are less forgiving:
/bin/dash -c -c 'array=( sh bash ); echo I am a ${array[1]}' 2>/dev/null
|| echo I am a sh
> I am a sh
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
next prev parent reply other threads:[~2011-06-20 12:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-19 22:37 [gentoo-user] crontab not executing Grant
2011-06-19 23:45 ` David W Noon
2011-06-20 5:18 ` Florian Philipp
2011-06-20 6:30 ` Adam Carter
2011-06-20 8:21 ` Neil Bothwick
2011-06-20 9:07 ` Florian Philipp
2011-06-20 10:39 ` Adam Carter
2011-06-20 11:22 ` Albert Hopkins
2011-06-20 11:30 ` Neil Bothwick
2011-06-20 11:53 ` Florian Philipp [this message]
2011-06-20 13:52 ` Willie Wong
2011-06-20 12:52 ` Todd Goodman
[not found] ` <1426203.rtguKxDEjI@nazgul>
2011-06-20 14:47 ` Grant
2011-06-20 14:57 ` Peter Humphrey
2011-06-22 14:40 ` Grant
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=4DFF34BF.40008@binarywings.net \
--to=lists@binarywings.net \
--cc=gentoo-user@lists.gentoo.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox