X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by lists.alpinelinux.org (Postfix) with ESMTP id D9BDD5C41EB for ; Sat, 10 Feb 2018 22:16:52 +0000 (GMT) Received: by mail-wm0-f45.google.com with SMTP id 143so3420709wma.5 for ; Sat, 10 Feb 2018 14:16:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=JGqulR7lq6d27Qle87oEv1LXPzcEnaiIDXIX1AdYAI0=; b=CXfuyq6ZStsS2ok7rclP1OGGxTaYkpgshqdxQtAx8PuALCHvSros9K9Z5f64iaj38w 5vaDSkkrUph1BOxzR1udH/z1Yx25drpEi430RdJ2FbTZBTQ5GxrzSLbHZoZUJXGDgUSm mc0Em0SmLpRamWf2/1Nx8EL+mCfH6lL2vXiwTOdcJtOShj71/VrvhcoobhwIF5kcwV4o QXAd4WbxJEQ+MxPbNYpFIx183WEluQdhKXl9JrT4/EieGS2PERehMVfx0cjgBWzTiKGx XqWrLFN9UBPDr/pPn7lQuCld0G2gOYA6r4ICqonNIUp7HI/OVY6Hfd+yul/sq7AXmZRB l+Hg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=JGqulR7lq6d27Qle87oEv1LXPzcEnaiIDXIX1AdYAI0=; b=gSZ2wprn7nQw/wN7QHEGiYxMPObZseXJdwzigWUlPBgq1GBGhKV2T+VdeF5/UCwe9h KtBJM1ORhvdQ87zw24XVedNCxEwQvwSPSOP+JC9w1nUw4+cOzKBuPCt7zZt01aG5DLOy +dyg3LItvSqoPaMoOkbS30XW7xCpbp4XXLWpEYSDdWO8HeHGCsxVKyFwYcesT5yM0RQD clrUaVuGKc6o5sW3Vc6FJUmsn7h0W33txb1xy24q9gjmP29Napg9E939ygdtwMLIrkYH tgSunZGAhOU3sQRJ4E7UI3zePbFXuT/d0N43S9Gg3WUSKuVpWHUdQykHx63oM8OKtv5F v99g== X-Gm-Message-State: APf1xPBsqhrs/Pl0Ktz+k0Mca2q+iZ9eE4aJK2J6zKsVSRYmXzfaSMyw DZXOIseHigx8db2zvutqv6knLcUwMyqWqKdue4U= X-Google-Smtp-Source: AH8x225D61Ara1gnd+EgGz6eCUCL+E2SBI3jsx5KxTX0adwbobswWhtNCfHojnZqaZcyU0jSAlkfeEEsGrEJdswUcWs= X-Received: by 10.28.194.137 with SMTP id s131mr77390wmf.3.1518301012269; Sat, 10 Feb 2018 14:16:52 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.223.145.45 with HTTP; Sat, 10 Feb 2018 14:16:31 -0800 (PST) In-Reply-To: <20180210220441.fQ_Xb%ca6c@bitmessage.ch> References: <20180210161622.b7jDK%steffen@sdaoden.eu> <20180210192634.KtRv-%ca6c@bitmessage.ch> <20180210220441.fQ_Xb%ca6c@bitmessage.ch> From: Martin Galvan Date: Sat, 10 Feb 2018 19:16:31 -0300 Message-ID: Subject: Re: [alpine-user] apk(1) error does not go away To: =?UTF-8?B?Q8OhZw==?= Cc: alpine-user@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2018-02-10 19:04 GMT-03:00 C=C3=A1g : >>> 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). Oh, I see. So it's just because you don't like it. I thought there was some system-wide limitation or something on Alpine. 2018-02-10 19:04 GMT-03:00 C=C3=A1g : > 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 > --- > --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---