X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail.bitmessage.ch (mail.bitmessage.ch [146.228.112.252]) by lists.alpinelinux.org (Postfix) with ESMTP id 759555C4E98 for ; Sat, 10 Feb 2018 22:05:29 +0000 (GMT) dkim-signature: v=1; a=rsa-sha256; d=bitmessage.ch; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To:References; bh=izPG3plFjxc0s5WBjyJ/l8bO0i4naFxWVfD2n8ok13I=; b=ZLwsCSWzRMMXIX+N5OM1hrDaEEoU7Ks8dYu07ypmcfCeIWY3bCEd0N84uFhkm/jY9fNgnQ78rUQ+n2PM76BtnfO4qR2hln4PwE0ow900h+mPRYlpMz4hX+MQRSK0a+bIbwHPlXN7IhiF+8M73tMVG7L0T06TssVbGQWV+lUKyj0= Received: from alpine.my.domain (ip.178-71-63-234.avangarddsl.ru [178.71.63.234]) by mail.bitmessage.ch with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Sat, 10 Feb 2018 23:04:19 +0100 Date: Sat, 10 Feb 2018 22:04:41 +0000 From: =?utf-8?B?Q8OhZw==?= To: alpine-user@lists.alpinelinux.org Subject: Re: [alpine-user] apk(1) error does not go away Message-ID: <20180210220441.fQ_Xb%ca6c@bitmessage.ch> References: <20180210161622.b7jDK%steffen@sdaoden.eu> <20180210192634.KtRv-%ca6c@bitmessage.ch> In-Reply-To: User-Agent: mail v14.9.6 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Martin Galvan wrote: >> P.S. Don't use Bash. > Why not? If keeping it short: it's slow, gargantuan (several gorillions lines of buggy code), Shellshock=E2=84=A2, bashisms. But, more importantly: it's Gah-NOO. Seeing people using #!/bin/bash for one-two-three-line scripts triggers a gag reflex in me. If you absolutely must use scripting for a task, use /bin/sh if it's simple, or maybe Perl/Lua for something more complex (but rather use C). -- ca=C3=B3c --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---