ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Alexey I. Froloff" <raorn@immo.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] jakarta-commons-latka-0:1.0-alt2_0.r389670.2jpp1.7
Date: Tue, 11 Sep 2007 21:19:34 +0400
Message-ID: <20070911171934.GA19827@hell.fortress> (raw)
In-Reply-To: <200709111955.41007.ledest@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 545 bytes --]

* Led <ledest@> [070911 21:05]:
> потому как в "шеловских скриптах" часто, например, такое:
FOO1=/usr/bin/foo1
FOO2=/usr/bin/foo2
> if [ -x /usr/bin/foo1 ]; then
if [ -x "$FOO1" ]; then
> 	/usr/bin/foo1 ....
 	$FOO1 ....
> elif [ -x /usr/bin/foo2 ]; then
if [ -x "$FOO2" ]; then
> 	/usr/bin/foo2
 	$FOO2 ....
> 	....

> По крайней мере, в моей практике "исключения" встречаются не реже, 
> чем "правила", и автоматическому find.req.shell стараюсь "не доверять".
Казалось бы, при чём здесь шлякварь?

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2007-09-11 17:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-11 16:43 Alexey Tourbin
2007-09-11 16:55 ` Led
2007-09-11 17:14   ` [devel] shell dependencies Alexey Tourbin
2007-09-11 17:19   ` Alexey I. Froloff [this message]
2007-09-11 17:27     ` [devel] jakarta-commons-latka-0:1.0-alt2_0.r389670.2jpp1.7 Led
2007-09-11 19:20       ` Alexey Tourbin
2007-09-11 19:55         ` Led
2007-09-11 20:09           ` Alexey Tourbin
2007-09-11 20:26             ` Led
2007-09-11 20:35               ` Alexey Tourbin
2007-09-16 21:36         ` [devel] AutoReq: yes, shell Michael Shigorin

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=20070911171934.GA19827@hell.fortress \
    --to=raorn@immo.ru \
    --cc=devel@lists.altlinux.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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git