public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
From: Norman Kabir <nkabir@gmail•com>
To: goredo-devel@lists.cypherpunks.ru
Subject: GoRedo shell specification?
Date: Fri, 26 Feb 2021 11:26:47 -0600	[thread overview]
Message-ID: <CAHJSYiRsGcogbfiP5pt=CMex9e9ZngNsjbzzpC+aUQWkYTBWew@mail.gmail.com> (raw)
In-Reply-To: <YCp/qAUyZ/mPnhyW@stargrave.org>

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

How is the shell specified in goredo? I have .do files with #!/bin/bash but
when I invoke "source" I get an error message:

source: not found

This implies that it's running sh instead of bash.

#!/usr/bin/env bash

echo "Hello" 1>&2
echo $SHELL $0 1>&2
source foo.sh

Cheers,
--Norm

[-- Attachment #2: Type: text/html, Size: 554 bytes --]

  reply	other threads:[~2021-02-26 17:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-15 14:05 goredo 1.3.0 release announcement Sergey Matveev
2021-02-26 17:26 ` Norman Kabir [this message]
2021-02-26 17:39   ` GoRedo shell specification? spacefrogg-goredo
2021-02-26 20:15   ` Norman Kabir
2021-02-26 20:59     ` Sergey Matveev